mmarkdown / mmark

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

Implement Parts #7

Closed miekg closed 3 years ago

miekg commented 6 years ago

V2 has dropped Parts, it may make sense to bring that back (not that difficult either).

See https://github.com/miekg/mmark/wiki/Syntax#parts for the syntax.

miekg commented 4 years ago

Parts are detected by using the special header: -# See https://github.com/miekg/mmark/blob/master/block.go#L468 for the old implementation.

For LateX (not supported) this is easily translated, not sure what to do the HTML5 (add a class?) and XML2RFC output

miekg commented 3 years ago

this is relatively useless feature only latex can properly deal with it, closing