Skip to content

Releases: executablebooks/MyST-Parser

Upgrade to `mistletoe-ebp~=0.9.2`

07 Mar 07:05
786d99b
Compare
Choose a tag to compare

mistletoe-ebp v0.9 introduces a major API improvement, particularly for block tokens (how they are parsed/stored) and capture of source positions. This allows the majority of the code in myst_parser/block_tokens.py to be removed, in favour of the upstream implementations.

Breaking changes:

  • range field renamed to position
  • ASTRenderer renamed to JsonRenderer
  • FrontMatter is stored as an attribute of Document (rather than a child)
  • source text is now parsed by Document.read(text), instead of Document(text) (@choldgraf this will need to be changed in MyST-NB)

Fix RTD Deployment

05 Mar 21:05
Compare
Choose a tag to compare
v0.3.2

Fix RTD deployment

Initial PyPi release

05 Mar 20:54
6135ba8
Compare
Choose a tag to compare
Move to `mistletoe-ebp` dependency (#107)

* Move pandas_sphinx_theme requirement to separate file

Its current form is not accepted by pypi (awaiting pypi release of this package)

* Add PyPi distribution and documentation

* bump version

Intial release for alpha testing

04 Mar 09:21
97ac07d
Compare
Choose a tag to compare
Pre-release
v0.3.0

Reference `master` as the default branch (#105)