diff --git a/test/input/7.inline-components.md b/test/input/7.inline-components.md index 803bdca..a91cb8c 100644 --- a/test/input/7.inline-components.md +++ b/test/input/7.inline-components.md @@ -9,3 +9,5 @@ Inline :component{key="value" key2=value2}! Inline :component and [link](https://example.com)! Inline :component[John Doe]{.cls} and _Italic_! + +:component{key="value" key2=value2} with params at the beginning of a line diff --git a/test/output/7.inline-components.html b/test/output/7.inline-components.html index 577cf58..090206d 100644 --- a/test/output/7.inline-components.html +++ b/test/output/7.inline-components.html @@ -3,4 +3,5 @@

How to say -world in Markdown

Inline !

Inline and link!

-

Inline John Doe and Italic!

\ No newline at end of file +

Inline John Doe and Italic!

+

with params at the beginning of a line

\ No newline at end of file