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

Remove markdown - htmlparser2 patch #1435

Merged
merged 1 commit into from
Dec 30, 2020

Conversation

ang-zeyu
Copy link
Contributor

@ang-zeyu ang-zeyu commented Dec 30, 2020

What is the purpose of this pull request?

  • Documentation update
  • Bug fix
  • Feature addition or enhancement
  • Code maintenance
  • Others, please explain:

Follow up to #1403, #1433, #1434

Original feature: MarkBind/htmlparser2#1

Remove the markdown - htmlparser2 patch which is no longer necessary by adhering to nunjucks -> markdown -> html

Overview of changes:
Simple removal of the patch, no functional test diffs observed, also no unexpected ones in the docs

Anything you'd like to highlight / discuss:
na

Testing instructions:
na

Proposed commit message: (wrap lines at 72 characters)
Remove markdown - htmlparser2 patch

With the processing order adjusted to follow nunjucks -> markdown ->
html, a markdown - htmlparser patch for code blocks and inline code is
no longer necessary.

Let's remove the patch as such.

This also allows incorporating markdown plugins with conflicting html
syntax with ease, no longer needing additional html patches.


Checklist: ☑️

  • Updated the documentation for feature additions and enhancements
  • Added tests for bug fixes or features
  • Linked all related issues
  • No blatantly unrelated changes
  • Pinged someone for a review!

With the processing order adjusted to follow nunjucks -> markdown ->
html, a markdown - htmlparser patch for code blocks and inline code is
no longer necessary.

Let's remove the patch as such.

This also allows incorporating markdown plugins with conflicting html
syntax with ease, no longer needing additional html patches.
@ang-zeyu ang-zeyu added this to the v3.0 milestone Dec 30, 2020
@ang-zeyu ang-zeyu merged commit 7f51a98 into MarkBind:master Dec 30, 2020
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

Successfully merging this pull request may close these issues.

1 participant