You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: