Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 35 additions & 5 deletions testdata/shortcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,43 @@ For example:
- {{%/* commentedoutshortcodemd */%}}
- {{%/* /closecommentedoutshortcodemd */%}}

The unspalsh shortcode:
The unsplash shortcode:

{{% unsplash name="xxx" href="xxx" %}}

Another unspalsh shortcode:
Another unsplash shortcode:

{{% unsplash
name="xxx"
href="xxx"
{{% unsplash
name="xxx"
href="xxx"
%}}

Shortcodes with unusual whitespace:

- {{<myshortcode>}}
- {{< myshortcode>}}
- {{< myshortcode>}}
- {{<myshortcode >}}
- {{<myshortcode >}}
- {{</myshortcode>}}
- {{< /myshortcode>}}
- {{< /myshortcode>}}
- {{</myshortcode >}}
- {{</myshortcode >}}
- {{%myshortcode%}}
- {{% myshortcode%}}
- {{% myshortcode%}}
- {{%myshortcode %}}
- {{%myshortcode %}}
- {{%/myshortcode%}}
- {{% /myshortcode%}}
- {{% /myshortcode%}}
- {{%/myshortcode %}}
- {{%/myshortcode %}}

Note that commented shortcodes still require a space after the opening but not necessarily before the closing marker.

- {{</* commentedoutshortcode*/>}}
- {{</* /closecommentedoutshortcode*/>}}
- {{%/* commentedoutshortcodemd*/%}}
- {{%/* /closecommentedoutshortcodemd*/%}}
7 changes: 5 additions & 2 deletions testdata/test.ct
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ shortcodes.md:58:1:Vale.Spelling:Did you really mean 'Shortcodes'?
shortcodes.md:60:1:Vale.Spelling:Did you really mean 'Shortcodes'?
shortcodes.md:62:1:Vale.Spelling:Did you really mean 'Shortcodes'?
shortcodes.md:64:11:Vale.Spelling:Did you really mean 'shortcodes'?
shortcodes.md:72:5:Vale.Spelling:Did you really mean 'unspalsh'?
shortcodes.md:72:5:Vale.Spelling:Did you really mean 'unsplash'?
shortcodes.md:72:14:Vale.Spelling:Did you really mean 'shortcode'?
shortcodes.md:76:9:Vale.Spelling:Did you really mean 'unspalsh'?
shortcodes.md:76:9:Vale.Spelling:Did you really mean 'unsplash'?
shortcodes.md:76:18:Vale.Spelling:Did you really mean 'shortcode'?
shortcodes.md:78:5:Vale.Spelling:Did you really mean 'unsplash'?
shortcodes.md:83:1:Vale.Spelling:Did you really mean 'Shortcodes'?
shortcodes.md:106:21:Vale.Spelling:Did you really mean 'shortcodes'?