Skip to content

Releases: executablebooks/MyST-Parser

Version 0.11.1

12 Aug 07:18
Compare
Choose a tag to compare

Version 0.11.0

12 Aug 06:55
bfdcbf2
Compare
Choose a tag to compare

Version 0.10.0

07 Aug 01:17
c402055
Compare
Choose a tag to compare

Sphinx back-compatability fix

20 Jul 15:02
3a3cd43
Compare
Choose a tag to compare

Also updates to documentation CLI

Move sphinx to main requirements

22 Jun 15:45
44e18c2
Compare
Choose a tag to compare

sphinx was originally an extra requirement, when myst-parser also contained markdown parsing extensions. This is all contained in markdown-it-py now, so there is generally no use case for myst-parser without sphinx

Fix nested parsing of reference text

12 Jun 22:24
Compare
Choose a tag to compare

Wrap table cell content in paragraph node

15 Apr 21:14
a084975
Compare
Choose a tag to compare

This is required by docutils/sphinx, which expects inline content to be within a block level parent. For example, for URL references this was causing build failures, as noted in #127.

Thanks to @martinagvilas for the PR

Bump markdown-it version (allow multi-line inline math)

01 Apr 06:06
Compare
Choose a tag to compare

Move to markdown-it-py parser

01 Apr 09:15
68ed0d2
Compare
Choose a tag to compare

Implemented in #123

This release implements the move from mistletoe to markdown-it-py, as the underlying markdown parser. The reason for this is are discussed in executablebooks/meta#44 (comment) and executablebooks/meta#47, and the PR #123 discusses in more details the update.

Additional changes:

  • Update pydata-sphinx-theme requirement
  • Improve testing and move to GitHub Actions CI
  • Add tests and fixes for reporter warnings and include directive
  • Add documentation of sphinx parser options
  • Apply doc fixes suggested by @rossbar in #121
  • Add warning for non-consecutive headings

Bump markdown-it-py version

29 Mar 08:28
Compare
Choose a tag to compare
Pre-release
v0.8.0a3

Bump markdown-it-py version