-
Notifications
You must be signed in to change notification settings - Fork 37
Comparing changes
Open a pull request
base repository: executablebooks/mdit-py-plugins
base: v0.2.8
head repository: executablebooks/mdit-py-plugins
compare: v0.3.0
- 11 commits
- 22 files changed
- 3 contributors
Commits on Sep 9, 2021
-
👌 IMPROVE: AMSmath defaut HTML tags (#27)
Changed the default rendering to: `<div class="math amsmath">{content}</div>` This will be inline with https://github.com/executablebooks/markdown-it-amsmath Added some tests to cover more realistic AMS math scenarios.Configuration menu - View commit details
-
Copy full SHA for c14b8fa - Browse repository at this point
Copy the full SHA c14b8faView commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a85ada1 - Browse repository at this point
Copy the full SHA a85ada1View commit details -
✨ IMPROVE: Bring colon_fence inline with fence
Update inline with: executablebooks/markdown-it-py@bb6cf6e
Configuration menu - View commit details
-
Copy full SHA for b1c9099 - Browse repository at this point
Copy the full SHA b1c9099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70a756d - Browse repository at this point
Copy the full SHA 70a756dView commit details -
👌 IMPROVE: dollarmath plugin rendering (#29)
Syncs with: executablebooks/markdown-it-dollarmath@543108e
Configuration menu - View commit details
-
Copy full SHA for ff1f230 - Browse repository at this point
Copy the full SHA ff1f230View commit details -
👌 IMPROVE: Add renderer option to amsmath plugin (#30)
Syncs with: executablebooks/markdown-it-amsmath@d20e2fc
Configuration menu - View commit details
-
Copy full SHA for d43c41b - Browse repository at this point
Copy the full SHA d43c41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb06119 - Browse repository at this point
Copy the full SHA bb06119View commit details -
👌 IMPROVE: MyST target block parsing (#31)
Match characters instead of using regex. This now allows for an unlimited target length and whitespace in the target. Also improve default rendering, inline with https://github.com/executablebooks/myst-vs-code
Configuration menu - View commit details
-
Copy full SHA for fc130fa - Browse repository at this point
Copy the full SHA fc130faView commit details -
👌 IMPROVE: MyST role syntax parsing (#32)
Match characters instead of using regex. This now allows for an unlimited name length and new lines in the content.
Configuration menu - View commit details
-
Copy full SHA for 65f73e0 - Browse repository at this point
Copy the full SHA 65f73e0View commit details
Commits on Dec 3, 2021
-
✨ NEW: Add field list plugin (#33)
Based on the restructured text syntax: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#field-lists
Configuration menu - View commit details
-
Copy full SHA for 909c739 - Browse repository at this point
Copy the full SHA 909c739View commit details -
Configuration menu - View commit details
-
Copy full SHA for aba72e6 - Browse repository at this point
Copy the full SHA aba72e6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.2.8...v0.3.0