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

Use CommonMark to Improve Performance and to Avoid Deprecation #17

Open
gkapfham opened this issue May 20, 2019 · 0 comments
Open

Use CommonMark to Improve Performance and to Avoid Deprecation #17

gkapfham opened this issue May 20, 2019 · 0 comments

Comments

@gkapfham
Copy link
Owner

The site is currently using rdiscount, which is known to be slow and will be deprecated in a future version of Jekyll. I need to upgrade to a newer version! For details about the performance improvements, refer to the following pages:

With that said, it is important to note that rdiscount is "permissive" in that it will repair some of the latent mistakes in my Markdown and HTML. The CommonMark parser, in contrasts, will point out these problems and render incorrect HTML source code. I think that it would be useful to fix these defects, but that will take extra time and not lead to a new feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant