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
This library currently uses the russross/blackfriday library to implement a custom Markdown renderer for the plainmarkdown template function. blackfriday/v1 lacks an exposed AST for parsing and blackfriday/v2 lacks support/extensions for pure Markdown parsing and rendering.
The migrate subcommand currently uses goldmark for Markdown parsing but the mdplain package used by the generate subcommand will need to be migrated to goldmark
The text was updated successfully, but these errors were encountered:
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Supersedes: #131
This library currently uses the russross/blackfriday library to implement a custom Markdown renderer for the
plainmarkdown
template function.blackfriday/v1
lacks an exposed AST for parsing andblackfriday/v2
lacks support/extensions for pure Markdown parsing and rendering.The
migrate
subcommand currently usesgoldmark
for Markdown parsing but themdplain
package used by thegenerate
subcommand will need to be migrated togoldmark
The text was updated successfully, but these errors were encountered: