Fix Maruku Indented Codeblocks

I'd screwed that up.
Also, fix some bugs in the #to_md
output method. Still not correct
(and I'm not sure I'm going to
bother completing the job), but
better.
This commit is contained in:
Jacques Distler 2011-08-21 02:43:43 -05:00
parent 1e352e28a1
commit f463a3b1c8
41 changed files with 493 additions and 165 deletions

View file

@ -62,10 +62,16 @@ This is not code
*** Output of to_md ***
This is code (4 spaces):
Code
This is not code
Code
This is code (1 tab):
Code
This is not code
Code
*** Output of to_s ***
This is code (4 spaces):This is not codeThis is code (1 tab):This is not code