Skip to content

Commit 3bc8443

Browse files
committed
regression test
1 parent 3980cfb commit 3bc8443

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

tests/docs/smoke-all/2025/04/08/project-shortcode-paths/_quarto.yml

Whitespace-only changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
return {
2+
['my-shortcode'] = function(args, kwargs, meta)
3+
return pandoc.Str("Hello from Shorty!")
4+
end
5+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Hello"
3+
format: html
4+
shortcodes:
5+
- /shortcode.lua
6+
---
7+
8+
# Hello, world!
9+
10+
{{< my-shortcode >}}

0 commit comments

Comments
 (0)