Mystmd

Latest version: v1.2.3

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

Scan your dependencies

Page 1 of 7

1.2.2

What's Changed
* Document link option with card by choldgraf in https://github.com/executablebooks/mystmd/pull/1185
* ๐Ÿ“ Replace xref text when using angle brackets by fwkoch in https://github.com/executablebooks/mystmd/pull/1183
* โš™๏ธ Use simple validators in TOC by agoose77 in https://github.com/executablebooks/mystmd/pull/1172
* ๐Ÿ”— Add remote cross-project link to AST by rowanc1 in https://github.com/executablebooks/mystmd/pull/1187
* ๐Ÿงญ Add guiding principles page by choldgraf in https://github.com/executablebooks/mystmd/pull/1190
* ๐Ÿ“บ Prefer video in web build if available by rowanc1 in https://github.com/executablebooks/mystmd/pull/1191
* ๐Ÿ“– Clarify how to link to image+videos by choldgraf in https://github.com/executablebooks/mystmd/pull/1192
* ๐Ÿงฌ Support for bioRxiv URLs by rowanc1 in https://github.com/executablebooks/mystmd/pull/1193
* ๐ŸงŠ don't replace `node.data`, append-new/override individual fields by stevejpurves in https://github.com/executablebooks/mystmd/pull/1194
* ๐Ÿฆ Add ROR hover links by rowanc1 in https://github.com/executablebooks/mystmd/pull/1198
* ๐Ÿ”— Support project cross references in `embed` by fwkoch in https://github.com/executablebooks/mystmd/pull/1197
* ๐Ÿš€ Release by github-actions in https://github.com/executablebooks/mystmd/pull/1186


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

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

Page 1 of 7

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