CommonDoc / common-doc

A framework for representing and manipulating documents.
http://commondoc.github.io
40 stars 4 forks source link

[common-html] ways to control emmiting the text directly (without escaping) #23

Open guicho271828 opened 5 years ago

guicho271828 commented 5 years ago

TEXT-NODE is always escaped by plump, thus which makes it difficult to render a portion of text (such as markdown) by 3bmd or even pandoc and insert the contents. https://github.com/CommonDoc/common-html/blob/master/src/emitter.lisp#L82