Releases: jupyter-book/mystmd
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
[email protected]
What's Changed
- 🪵 Fix typo in downloads error message by @fwkoch in #1063
- 📖 Add dedicated exports and downloads pages by @choldgraf in #1064
- Change
:name:
to:label:
to standardize label syntax by @choldgraf in #1070 - 📖 Update Jupyter documentation by @choldgraf in #1069
- 🐛 Support and test complex DOIs by @rowanc1 in #1075
- 🐛 Do not fail on citation.js by @rowanc1 in #1076
- 🐛 Syntax highlighting for R by @rowanc1 in #1080
- 📖 Improve accessible figures with Jupyter docs by @choldgraf in #1077
- 🔄 Support recursive includes in myst and tex by @fwkoch in #1082
- 🐛 Request DOI metadata as CSL-JSON after BibTeX by @agoose77 in #1073
- 🚀 Release by @github-actions in #1066
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.53
[email protected]
What's Changed
- 📦 Update inquirer by @rowanc1 in #1047
- 🍽 Table cell alignment by @rowanc1 in #1053
- 🔭 Trim end of line only in directives (important for
code-blocks
) by @rowanc1 in #1052 - 🎨 Update
listings
options for tex parsing by @rowanc1 in #1054 - ✂️ Extract parts is more careful to remove parts from tree by @fwkoch in #1055
- 🐛 Inline expression parsing by @rowanc1 in #1056
- 🧮 Add initial support for inline expressions in typst by @rowanc1 in #1057
- 📄 Typst compile should be in quotes by @rowanc1 in #1059
- 📥 Add downloads to page/project frontmatter and site config by @fwkoch in #1049
- 🚀 Release by @github-actions in #1051
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.51
[email protected]
What's Changed
- 🔄 Move site aliases to prevent circular dependencies by @fwkoch in #1061
- 🚀 Release by @github-actions in #1062
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.52
[email protected]
[email protected]
What's Changed
- 📖 Embedding documentation by @choldgraf in #1020
- 📚 Use title case in short titles by @agoose77 in #1023
- 📖 More instructions to embed nodes across documents by @choldgraf in #1024
- 📖 Contributing a new features to MyST (roles & transforms) by @agoose77 in #987
- 🏷 Parts selection is case-insensitive by @rowanc1 in #1025
- 🧮 Fix math-spacing in paragraphs by @rowanc1 in #1032
- 💬 Fix glossary terms with quotes in labels by @rowanc1 in #1034
- 👩⚖️ Add copyright to frontmatter by @fwkoch in #1035
- 📤 Refactor exports for more flexibility by @fwkoch in #1033
- 🏫 Add reviewers and editors to frontmatter by @fwkoch in #1036
- 👯♀️ Add collaborations to Contributor type by @fwkoch in #1038
- 🍽 Improve LaTeX table parsing by @rowanc1 in #1041
- 🚀 Release by @github-actions in #1031
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.49
v1.1.48
What's Changed
- 🧮 Fix AMSMath environment for LaTeX by @LecrisUT in #977
- ⌨️ Add
keyboard
role by @agoose77 in #989 - 🏷 Typst: wrap non-identifiers in
label
by @agoose77 in #999 - 📚 fix
version
key in documentation config example by @agoose77 in #1005 - 📖 Update install and development help by @rowanc1 in #1011
- 📖 Update to repository in docs by @rowanc1 in #1017
- 🐛 Throw error if
typst
is not available by @agoose77 in #1013 - 🛸 Update extractParts to pull implicit parts based on heading by @fwkoch in #986
- 🖌 Add
aside
,margin
andsidebar
directives by @agoose77 in #1012 - 📖 Document roles by @rowanc1 in #1019
New Contributors
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.48
[email protected]
What's Changed
- 📖 Add contributing documentation and docs guide by @choldgraf in #967
- 📖 Contribute template docs by @rowanc1 in #970
- 🙈 Ignore hidden directories from watch by @rowanc1 in #971
- 🐛 Remove TLDS package by @rowanc1 in #969
- 💬 Add
epigraph
,pull-quote
andblockquote
directive by @agoose77 in #961 - 🧟♂️ Restore basic session on myst-cli-utils by @fwkoch in #988
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.47