mmarkdown / mmark

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

xml: add unicode support #123

Closed miekg closed 3 years ago

miekg commented 3 years ago

Unicode characters in the running text need to be wrapped in tags. Implement this in the rendering of the ast.Text node.

In markdown you can just type the characters, the renderer will take care of outputting the correct tags.