diff options
Diffstat (limited to 'tests/test_colon_fence/test_plugin_parse.yml')
-rw-r--r-- | tests/test_colon_fence/test_plugin_parse.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/test_colon_fence/test_plugin_parse.yml b/tests/test_colon_fence/test_plugin_parse.yml new file mode 100644 index 0000000..16c7303 --- /dev/null +++ b/tests/test_colon_fence/test_plugin_parse.yml @@ -0,0 +1,17 @@ +- attrs: null + block: true + children: null + content: '*content* + + ' + hidden: false + info: ' name' + level: 0 + map: + - 0 + - 3 + markup: ':::' + meta: {} + nesting: 0 + tag: code + type: colon_fence |