Releases: jupyter-book/mystmd
[email protected]
What's Changed
- 📥 Load TOC from
toc
entry by @agoose77 in #1188 - ✏️ Rename
xref.md
towebsite-metadata.md
with more context by @agoose77 in #1234 - 📖 Documentation Typos by @parmentelat in #1260
- 🐛 Support
raises-exception
in cell execution by @agoose77 in #1258 - 🔧 Match YAML section keys with comments by @agoose77 in #1261
- 🚨 Surface warnings during toc file extension resolution by @fwkoch in #1254
- 🌎 Fetch config extensions from URL by @fwkoch in #1251
- 🔧 Resolve toc patterns in intentional order by @fwkoch in #1266
- 🦶🎵 Footnotes that are reused should have the same number by @rowanc1 in #1271
- 🐛 Fix CSV-table caption by @agoose77 in #1279
- 🎓 Improvements to handling remote doi citations by @fwkoch in #1285
- ⏳ Add a log message for slow web requests by @fwkoch in #1288
- 🏷 Add tags to project frontmatter by @rowanc1 in #1289
- 🔧 Error if toc index file has children by @fwkoch in #1290
- 📖 Minor docs fixes by @rowanc1 in #1291
- 🚀 Release by @github-actions in #1247
New Contributors
- @parmentelat made their first contribution in #1260
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.6
[email protected]
What's Changed
- 🪪 Update licenses from spdx by @fwkoch in #1225
- 🧪 Add e2d export tests with article levels by @fwkoch in #1226
- 🐛 Fix link transform for cards by @agoose77 in #1233
- 📖 Document include for splitting a document across multiple parts by @choldgraf in #1232
- 🧮 Give title/description to math macros by @fwkoch in #1218
- 🚀 Release by @github-actions in #1227
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.5
[email protected]
What's Changed
- 🔧 Fix broken term xrefs by no removing identifier on xref node by @fwkoch in #1207
- 🚨Better error messages for broken xrefs by @fwkoch in #1206
- 🧪 Add site build test cases to end2end tests by @fwkoch in #1210
- ➕ Add
myst:template
directive for documentation by @choldgraf in #1209 - 🔤 Update Jupyter case and typos by @agoose77 in #1213
- 🐛 Fix embed mdast structure for executable content by @fwkoch in #1221
- ✨ Add
extends
field to myst.yml for composing multiple yamls by @fwkoch in #1215 - 🚀 Release by @github-actions in #1208
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.4
[email protected]
What's Changed
- 🧹 Use
structuredClone
instead of JSON for copies by @agoose77 in #1200 - 🦁 Fix ROR naming by @rowanc1 in #1203
- 📖 Update documentation for external embed and references by @choldgraf in #1202
- 📖 Add brackets to directive and roles in docs by @choldgraf in #1204
- 🐛 Fix bug where intersphinx xrefs do not resolve on first load by @fwkoch in #1205
- 🚀 Release by @github-actions in #1201
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.3
v1.2.2
What's Changed
- Document link option with card by @choldgraf in #1185
- 📐 Replace xref text when using angle brackets by @fwkoch in #1183
- ⚙️ Use simple validators in TOC by @agoose77 in #1172
- 🔗 Add remote cross-project link to AST by @rowanc1 in #1187
- 🧭 Add guiding principles page by @choldgraf in #1190
- 📺 Prefer video in web build if available by @rowanc1 in #1191
- 📖 Clarify how to link to image+videos by @choldgraf in #1192
- 🧬 Support for bioRxiv URLs by @rowanc1 in #1193
- 🧊 don't replace
node.data
, append-new/override individual fields by @stevejpurves in #1194 - 🦁 Add ROR hover links by @rowanc1 in #1198
- 🔗 Support project cross references in
embed
by @fwkoch in #1197 - 🚀 Release by @github-actions in #1186
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.2
v1.2.1
v1.2.0
What's Changed
- 🎨 Support details/summary in HTML by @rowanc1 in #1158
- 🧮 Frontmatter in
include
files removed, math/abbreviations maintained by @fwkoch in #1156 - 🎨 Support theme variables for static site exports by @rowanc1 in #1154
- 🧮 Ensure include file frontmatter takes priority by @fwkoch in #1160
- 🪣 Bump minimum NodeJS version by @agoose77 in #1162
- 🧱 Basic support for div/span in typst and LaTeX by @rowanc1 in #1163
- 🗳 Add new table-of-contents validator by @agoose77 in #1151
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.2.0
v1.1.56
What's Changed
- 🐛 Change CSV parser to use the browser by @rowanc1 in #1142
- 🚀 Release by @github-actions in #1143
- 🐛 CSV Table directive parsing by @rowanc1 in #1145
- 🔢 Format table HTML in documentation by @agoose77 in #1147
- 🐛 Repeated
http://doi.org/http://doi.org/...
in some links by @rowanc1 in #1150 - 🐛 Always use static links for downloads by @agoose77 in #1149
- 🧹 Improve MyST CLI interfaces for export by @fwkoch in #1153
- 🚀 Release by @github-actions in #1148
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.56
v1.1.55
What's Changed
- 📦 Update internal dependencies by @rowanc1 in #1115
- [DOC] Fix typo in creating-pdf-documents.md by @thadguidry in #1118
- 📖 Update docs around nesting of files by @rowanc1 in #1120
- 🔌 Load plugins from all site projects, rather than just "current project" by @fwkoch in #1119
- 🔗 Use
READTHEDOCS_CANONICAL_URL
as baseurl if defined by @LecrisUT in #996 - 📖 Add ReadTheDocs automation by @LecrisUT in #982
- 📖 Document code-cell directive and cell tag functionality by @choldgraf in #1110
- 📖 Remove RTD and add Netlify by @choldgraf in #1124
- 📖 Add deployment docs on netlify by @rowanc1 in #1125
- 🐛 Fix links to sub-pages by @rowanc1 in #1126
- 🐛 Correctly parse tags in {code-cell} by @rowanc1 in #1128
- 📄 Support new-page/page-break tags in tex/typst/docx by @fwkoch in #1138
- 🧱 Add kind to block and make execution more specific by @rowanc1 in #1136
- ✨ Add
csv-table
directive by @agoose77 in #1030 - 💅 🖼️ Add topic directive by @agoose77 in #1132
- 🧱 Add gridItem directive by @rowanc1 in #1141
- 🧱 Add div directive by @rowanc1 in #1140
- 🚀 Release by @github-actions in #1116
New Contributors
- @thadguidry made their first contribution in #1118
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.55
v1.1.54
What's Changed
- 📖 Document writing in LaTeX by @rowanc1 in #1086
- 🧜♀️ Allow mermaid diagram as a valid figure child by @rowanc1 in #1085
- ⭐️ Add custom favicon by @rowanc1 in #1087
- Create contribution docs by @roaldarbol in #1015
- 📓 Respect part aliases in parts frontmatter and extractPart function by @fwkoch in #1100
- 🐛 Set notebook path relative to session manager path by @agoose77 in #1078
- 📖 Small updates to contributing and include docs by @choldgraf in #1095
- 🚦 Change severity of the error messages by @rowanc1 in #1104
- 🪆 Add support for nested parsing by @agoose77 in #1091
- 🚀 Release by @github-actions in #1088
New Contributors
- @roaldarbol made their first contribution in #1015
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.54