-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rework Markdown support to enable swappable engines #11
Labels
Comments
Post #6, this should be supplemented with specific subclasses using specific libraries, and the multiple library support in the base class should be modeled with OR-ed dependencies. |
pydsigner
added a commit
that referenced
this issue
Aug 23, 2022
JinjaMarkdownStep only half-works and needs a bigger rework a la #11
|
pydsigner
added a commit
that referenced
this issue
Jul 16, 2023
pydsigner
added a commit
that referenced
this issue
Jul 16, 2023
pydsigner
added a commit
that referenced
this issue
Jul 17, 2023
pydsigner
added a commit
that referenced
this issue
Jul 17, 2023
pydsigner
added a commit
that referenced
this issue
Jul 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Replace md_parser and md_renderer arguments to
JinjaMarkdownStep
with parse and render methods. Default behavior could be to use commonmark, or to detect several different markdown libraries and use them. Good choices arecommonmark
,markdown-it-py
,markdown
, andmistletoe
.The text was updated successfully, but these errors were encountered: