-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update markdown parser #35
Comments
How hard would this be? |
Should be a simple drop-in replacement. I can't imagine it would be too difficult. The main thing is making sure there isn't any other references to |
It's not in any other bit-docs plugin.
…On Mon, Oct 2, 2017 at 1:49 PM, Austin Kurpuis ***@***.***> wrote:
*Should* be a simple drop-in replacement. I can't emagine it would be too
difficult. The main thing is making sure there isn't any other references
to stmd.js in other repos.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA8cCBPiqDWg2bokpI-IIK5atf5btKGuks5soTAngaJpZM4NoGrp>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, a static dependency (
stmd.js
) is responsible for parsing markdown. This should be updated to thecommonmark
module, which is the latest incarnation ofstmd.js
The text was updated successfully, but these errors were encountered: