Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Break out renderers #59

@bhollis

Description

@bhollis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions