diff options
Diffstat (limited to 'oldtests/Code/IndentedFences.markdown')
-rw-r--r-- | oldtests/Code/IndentedFences.markdown | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/oldtests/Code/IndentedFences.markdown b/oldtests/Code/IndentedFences.markdown new file mode 100644 index 0000000..098545f --- /dev/null +++ b/oldtests/Code/IndentedFences.markdown @@ -0,0 +1,26 @@ + ``` + a + ``` + + ``` +z +``` + + ``` +a + a + a + a + ``` + +* foo + + ``` + Hello + + World + ``` + +> ``` +>a +>``` |