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

♻️ REFACTOR: default_parser -> create_md_parser #474

Merged
merged 1 commit into from Dec 28, 2021

Commits on Dec 28, 2021

  1. ♻️ REFACTOR: default_parser -> create_md_parser

    The `renderer` option has been removed from `MdParserConfig`,
    since it is not a configuration for the parser.
    Then the `default_parser` function has been replaced with `create_md_parser`,
    which directly takes the renderer class as a 2nd argument.
    chrisjsewell committed Dec 28, 2021
    Copy the full SHA
    eb7ba56 View commit details
    Browse the repository at this point in the history