mmarkdown / mmark

Mmark: a powerful markdown processor in Go geared towards the IETF
https://mmark.miek.nl
Other
480 stars 45 forks source link

markdown: indent all lists with a space #49

Closed miekg closed 5 years ago

miekg commented 5 years ago

Ident all lists when generating markdown, so

* item1
* item2

will become

 *  item1

 *  item2

this works for kind of listst

miekg commented 5 years ago

this has done for simple lists; itemize and enumerations