diff --git a/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md new file mode 100644 index 000000000..e94cdef12 --- /dev/null +++ b/examples/simple-jsbeautifyrc/markdown/expected/yaml-front-matter.md @@ -0,0 +1,7 @@ +--- +title: This is a title! +--- + +stuff + +more stuff diff --git a/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md b/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md new file mode 100644 index 000000000..e94cdef12 --- /dev/null +++ b/examples/simple-jsbeautifyrc/markdown/original/_yaml-front-matter.md @@ -0,0 +1,7 @@ +--- +title: This is a title! +--- + +stuff + +more stuff