maruku icon indicating copy to clipboard operation
maruku copied to clipboard

Break out renderers

Open bhollis opened this issue 11 years ago • 0 comments

Renderers (HTML, LaTeX, etc) should be implemented as a separate class that can be configured and run on the markdown syntax tree to produce output, instead of just being mixins to MDocument. This will allow for the creation of custom renderers, and generally clean up the code. The old methods should still exist but delegate to these renderers.

bhollis avatar Oct 12 '12 04:10 bhollis