v0.17.0
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 defaultmyst_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