-
Notifications
You must be signed in to change notification settings - Fork 71
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
🐛 FIX: Always suffix indented code block with newline #169
🐛 FIX: Always suffix indented code block with newline #169
Conversation
Codecov Report
@@ Coverage Diff @@
## master #169 +/- ##
=======================================
Coverage 96.08% 96.08%
=======================================
Files 60 60
Lines 3242 3242
=======================================
Hits 3115 3115
Misses 127 127
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Upstream PR is merged so this should be good to go. Would probably be good to do #168 first though, and then rebase this on master and update |
cheers, will try to have a look in the not too distant future |
I guess this can now be incorporated into a markdown-it/markdown-it@12.1.0...12.2.0 sync |
0030ef7
to
76240fe
Compare
Yeah. I don't have the time to do that right now, but did rebase and update port.yaml. So this should also be mergeable as is. |
tssk, so lazy 😜 yeh no worries, there is nothing in there that is a big priority and plenty busy myself |
I'll propose this change upstream and add a link here soon. Probably don't want to merge before accepted upstream.
EDIT: Here's the upstream PR markdown-it/markdown-it#799