Mystmd

Latest version: v1.3.24

Safety actively analyzes 710445 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 12

1.2.1

What's Changed
* โœ๏ธ Rename Toc -> TOC by agoose77 in https://github.com/executablebooks/mystmd/pull/1177
* ๐Ÿ”— Enable external MyST project cross-references by fwkoch in https://github.com/executablebooks/mystmd/pull/1180
* ๐Ÿ› `--write-toc` case bug by rowanc1 in https://github.com/executablebooks/mystmd/pull/1182


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.2.0...mystmd1.2.1

1.2.0

What's Changed

* ๐ŸŽจ Support details/summary in HTML by rowanc1 in https://github.com/executablebooks/mystmd/pull/1158
* ๐Ÿงฎ Frontmatter in `include` files removed, math/abbreviations maintained by fwkoch in https://github.com/executablebooks/mystmd/pull/1156
* ๐ŸŽจ Support theme variables for static site exports by rowanc1 in https://github.com/executablebooks/mystmd/pull/1154
* ๐Ÿงฎ Ensure include file frontmatter takes priority by fwkoch in https://github.com/executablebooks/mystmd/pull/1160
* ๐Ÿชฃ Bump minimum NodeJS version by agoose77 in https://github.com/executablebooks/mystmd/pull/1162
* ๐Ÿงฑ Basic support for div/span in typst and LaTeX by rowanc1 in https://github.com/executablebooks/mystmd/pull/1163
* ๐Ÿ—ณ Add new table-of-contents validator by agoose77 in https://github.com/executablebooks/mystmd/pull/1151


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.1.56...mystmd1.2.0

1.1.56

What's Changed
* ๐Ÿ› Change CSV parser to use the browser by rowanc1 in https://github.com/executablebooks/mystmd/pull/1142
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1143
* ๐Ÿ› CSV Table directive parsing by rowanc1 in https://github.com/executablebooks/mystmd/pull/1145
* :1234: Format table HTML in documentation by agoose77 in https://github.com/executablebooks/mystmd/pull/1147
* ๐Ÿ› Repeated `http://doi.org/http://doi.org/...` in some links by rowanc1 in https://github.com/executablebooks/mystmd/pull/1150
* ๐Ÿ› Always use static links for downloads by agoose77 in https://github.com/executablebooks/mystmd/pull/1149
* ๐Ÿงน Improve MyST CLI interfaces for export by fwkoch in https://github.com/executablebooks/mystmd/pull/1153
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1148


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.1.55...mystmd1.1.56

1.1.55

What's Changed
* ๐Ÿ“ฆ Update internal dependencies by rowanc1 in https://github.com/executablebooks/mystmd/pull/1115
* [DOC] Fix typo in creating-pdf-documents.md by thadguidry in https://github.com/executablebooks/mystmd/pull/1118
* ๐Ÿ“– Update docs around nesting of files by rowanc1 in https://github.com/executablebooks/mystmd/pull/1120
* ๐Ÿ”Œ Load plugins from all site projects, rather than just "current project" by fwkoch in https://github.com/executablebooks/mystmd/pull/1119
* ๐Ÿ”— Use `READTHEDOCS_CANONICAL_URL` as baseurl if defined by LecrisUT in https://github.com/executablebooks/mystmd/pull/996
* ๐Ÿ“– Add ReadTheDocs automation by LecrisUT in https://github.com/executablebooks/mystmd/pull/982
* ๐Ÿ“– Document code-cell directive and cell tag functionality by choldgraf in https://github.com/executablebooks/mystmd/pull/1110
* ๐Ÿ“– Remove RTD and add Netlify by choldgraf in https://github.com/executablebooks/mystmd/pull/1124
* ๐Ÿ“– Add deployment docs on netlify by rowanc1 in https://github.com/executablebooks/mystmd/pull/1125
* ๐Ÿ› Fix links to sub-pages by rowanc1 in https://github.com/executablebooks/mystmd/pull/1126
* ๐Ÿ› Correctly parse tags in {code-cell} by rowanc1 in https://github.com/executablebooks/mystmd/pull/1128
* ๐Ÿ“„ Support new-page/page-break tags in tex/typst/docx by fwkoch in https://github.com/executablebooks/mystmd/pull/1138
* ๐Ÿงฑ Add kind to block and make execution more specific by rowanc1 in https://github.com/executablebooks/mystmd/pull/1136
* โœจ Add `csv-table` directive by agoose77 in https://github.com/executablebooks/mystmd/pull/1030
* ๐Ÿ’… ๐Ÿ–ผ๏ธ Add topic directive by agoose77 in https://github.com/executablebooks/mystmd/pull/1132
* ๐Ÿงฑ Add gridItem directive by rowanc1 in https://github.com/executablebooks/mystmd/pull/1141
* ๐Ÿงฑ Add div directive by rowanc1 in https://github.com/executablebooks/mystmd/pull/1140
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1116

New Contributors
* thadguidry made their first contribution in https://github.com/executablebooks/mystmd/pull/1118

**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.1.54...mystmd1.1.55

1.1.54

What's Changed
* ๐Ÿ“– Document writing in LaTeX by rowanc1 in https://github.com/executablebooks/mystmd/pull/1086
* ๐Ÿงœโ€โ™€๏ธ Allow mermaid diagram as a valid figure child by rowanc1 in https://github.com/executablebooks/mystmd/pull/1085
* โญ๏ธ Add custom favicon by rowanc1 in https://github.com/executablebooks/mystmd/pull/1087
* Create contribution docs by roaldarbol in https://github.com/executablebooks/mystmd/pull/1015
* ๐Ÿ““ Respect part aliases in parts frontmatter and extractPart function by fwkoch in https://github.com/executablebooks/mystmd/pull/1100
* ๐Ÿ› Set notebook path relative to session manager path by agoose77 in https://github.com/executablebooks/mystmd/pull/1078
* ๐Ÿ“– Small updates to contributing and include docs by choldgraf in https://github.com/executablebooks/mystmd/pull/1095
* ๐Ÿšฆ Change severity of the error messages by rowanc1 in https://github.com/executablebooks/mystmd/pull/1104
* ๐Ÿช† Add support for nested parsing by agoose77 in https://github.com/executablebooks/mystmd/pull/1091
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1088

New Contributors
* roaldarbol made their first contribution in https://github.com/executablebooks/mystmd/pull/1015

**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.1.53...mystmd1.1.54

1.1.53

What's Changed
* ๐Ÿชต Fix typo in downloads error message by fwkoch in https://github.com/executablebooks/mystmd/pull/1063
* ๐Ÿ“– Add dedicated exports and downloads pages by choldgraf in https://github.com/executablebooks/mystmd/pull/1064
* Change `:name: ` to `:label: ` to standardize label syntax by choldgraf in https://github.com/executablebooks/mystmd/pull/1070
* ๐Ÿ“– Update Jupyter documentation by choldgraf in https://github.com/executablebooks/mystmd/pull/1069
* ๐Ÿ› Support and test complex DOIs by rowanc1 in https://github.com/executablebooks/mystmd/pull/1075
* ๐Ÿ› Do not fail on citation.js by rowanc1 in https://github.com/executablebooks/mystmd/pull/1076
* ๐Ÿ› Syntax highlighting for R by rowanc1 in https://github.com/executablebooks/mystmd/pull/1080
* ๐Ÿ“– Improve accessible figures with Jupyter docs by choldgraf in https://github.com/executablebooks/mystmd/pull/1077
* ๐Ÿ”„ Support recursive includes in myst and tex by fwkoch in https://github.com/executablebooks/mystmd/pull/1082
* :bug: Request DOI metadata as CSL-JSON after BibTeX by agoose77 in https://github.com/executablebooks/mystmd/pull/1073
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1066


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.1.52...mystmd1.1.53

Page 6 of 12

ยฉ 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.