See: https://myst-parser.readthedocs.io/en/latest/develop/_changelog.html
What's Changed
- ๐ IMPROVE: Add
bullet
attribute tobullet_list
node by @chrisjsewell in #465 - ๐ IMPROVE: Use correct renderer for
state.inline_text
by @chrisjsewell in #466 - ๐งช TESTS: Use
publish_doctree
to test error reporting by @chrisjsewell in #472 - ๐งช TESTS: Ensure myst-docutils does not install sphinx by @chrisjsewell in #473
- โป๏ธ REFACTOR: Parsing logic of Markdown links by @chrisjsewell in #467
- โป๏ธ REFACTOR:
default_parser
->create_md_parser
by @chrisjsewell in #474 - โฌ๏ธ UPGRADE: Drop python 3.6, support 3.10 by @chrisjsewell in #475
- ๐ IMPROVE: Docutils parser settings by @chrisjsewell in #476
- ๐ FIX: front-matter rendering with docutils by @chrisjsewell in #477
- ๐ IMPROVE: Code block highlighting by @chrisjsewell in #478
- ๐ FIX: Front matter -> sphinx metadata regression by @chrisjsewell in #480
- ๐ IMPROVE:
note_refname
for docutils internal links by @chrisjsewell in #481 - ๐ FIX: Ordered list starting number by @chrisjsewell in #483
- ๐ IMPROVE: Propagate enumerated list suffix by @chrisjsewell in #484
- ๐ IMPROVE:
DocutilsRenderer.create_highlighted_code_block
by @chrisjsewell in #488 - ๐ FIX: Source line reporting for nested parsing by @chrisjsewell in #490
- ๐งช TESTS: Use
pytest-param-files
by @chrisjsewell in #496 - ๐ IMPROVE: Convert nested headings to rubrics by @chrisjsewell in #497
- ๐ MERGE: Internal improvements to the code base by @chrisjsewell in #498
- โจ NEW: Add
myst_title_to_header
configuration by @chrisjsewell in #492 - ๐ FIX: linkify link rendering by @chrisjsewell in #499
- ๐งช TESTS: Update pytest-param-files by @chrisjsewell in #500
- โจ NEW: Add
myst_gfm_only
configuration by @chrisjsewell in #501 - โจ NEW: Add
strikethrough
extension by @chrisjsewell in #502 - ๐ง MAINTAIN: Implement
MockInliner.parse
by @chrisjsewell in #504 - โผ๏ธ BREAKING: Remove dollarmath from default
myst_enable_extensions
by @chrisjsewell in #505 - ๐ง TESTS: Fix for sphinx 4.4 by @chrisjsewell in #508
- ๐ RELEASE: 0.17.0 by @chrisjsewell in #507
Full Changelog: v0.16.1...v0.17.0