diff --git a/test/from-markdown/marks/code/liquid/input.md b/test/from-markdown/marks/code/liquid/input.md new file mode 100644 index 00000000..5900a5d8 --- /dev/null +++ b/test/from-markdown/marks/code/liquid/input.md @@ -0,0 +1 @@ +This is `{% someContent %}` after diff --git a/test/from-markdown/marks/code/liquid/output.yaml b/test/from-markdown/marks/code/liquid/output.yaml new file mode 100644 index 00000000..4b44d905 --- /dev/null +++ b/test/from-markdown/marks/code/liquid/output.yaml @@ -0,0 +1,12 @@ +document: + nodes: + - object: block + type: paragraph + nodes: + - object: text + leaves: + - text: 'This is' + - text: "{% someContent %}" + marks: + - type: CODE + - text: ' after'