Commit Graph

2 Commits (d3083d21981f9445cf7570956a1fdedfc8578b56)

Author SHA1 Message Date
wxiaoguang 386c1ed908
Refactor HTMLFormat, update chroma render, fix js error ()
A small refactor to improve HTMLFormat, to help to prevent low-level
mistakes.

And fix , fix 
wxiaoguang 8a20fba8eb
Refactor markup render system ()
Remove unmaintainable sanitizer rules. No need to add special "class"
regexp rules anymore, use RenderInternal.SafeAttr instead, more details
(and examples) are in the tests