Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break out renderers #59

Open
bhollis opened this issue Oct 12, 2012 · 0 comments
Open

Break out renderers #59

bhollis opened this issue Oct 12, 2012 · 0 comments
Labels
Milestone

Comments

@bhollis
Copy link
Owner

bhollis commented Oct 12, 2012

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant