More Maruku #to_markdown fixes.
Is there any point to this? What version of Markdown are we targetting, anyway?
This commit is contained in:
parent
f463a3b1c8
commit
477bd91567
14 changed files with 69 additions and 51 deletions
|
@ -51,18 +51,15 @@ Paragraph with a.
|
|||
Paragraph with \emph{emphasis}
|
||||
*** Output of to_md ***
|
||||
|
||||
## Header with attributes ## {#header1}
|
||||
## Header with attributes ##
|
||||
|
||||
### Header with attributes ### {#header2}
|
||||
### Header with attributes ###
|
||||
|
||||
### Header no attributes ###
|
||||
|
||||
{:warn2}Paragraph with a.
|
||||
{#par1}
|
||||
Paragraph with a.
|
||||
|
||||
Paragraph with *emphasis*{:hello notfound}
|
||||
{#par2}
|
||||
Paragraph with *emphasis*
|
||||
|
||||
{:hello: .chello}
|
||||
*** Output of to_s ***
|
||||
Header with attributesHeader with attributesHeader no attributesParagraph with a.Paragraph with emphasis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue