Releases: jupyter-book/mystmd
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
[email protected]
What's Changed
- 🔃 Do not recursively call include transform by @fwkoch in #955
- 🥩 Add raw directive by @fwkoch in #939
- 🎆 Expose max size for webp conversion by @fwkoch in #954
- 🔢 Expand numbering items to include template and start by @fwkoch in #953
- 🚀 1.1.46 by @github-actions in #959
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.46
[email protected]
What's Changed
- 🎓 Citation improvements by @fwkoch in #937
- 🐍 Remove .py and .md from linkify domains by @fwkoch in #940
- 🪵 Log missing citations in the correct place by @fwkoch in #942
- 👨🏻🏫 Improve algorithm handlers for latex by @rowanc1 in #943
- 🚀 1.1.45 by @github-actions in #941
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.45
[email protected]
What's Changed
- 📤 Conform jats/meca export function interface to other export functions by @fwkoch in #935
- 🌎 Allow https proxy from env var by @fwkoch in #933
- 🪪 Add id to project frontmatter and populate on init by @fwkoch in #934
- 🚀 1.1.44 by @github-actions in #936
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.44
[email protected]
What's Changed
- 🏴☠️ Cache DOIs and intersphinx results to file by @fwkoch in #913
- 🫓 Flatten inlineCode (that may have children) by @rowanc1 in #920
- 🏛 Support
\textrm{}
in latex by @rowanc1 in #921 - 💭 Support verbatim comment environment in latex by @rowanc1 in #923
- 💬 Support quote environments in latex by @rowanc1 in #922
- × Add latex support for
\texttimes
by @rowanc1 in #930 - 💬 Support quotation environment in latex by @rowanc1 in #929
\\
Latex support improvement for in-paragraph breaks by @rowanc1 in #931- 📦 Update dep to citation-js-utils by @rowanc1 in #932
- 🎆 Make notebook figures "figures" not "code" in pdfs by @fwkoch in #918
- ❎ Exclude files listed in project config from myst build and watch by @fwkoch in #924
- 🚀 Release by @github-actions in #914
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.43
[email protected]
What's Changed
- ﹫ Improve typst handling of
@
in text and code by @rowanc1 in #906 - 🎣 Extract DOI from URL for citations by @rowanc1 in #907
- 🧞♀️ Affiliations can be an object by @rowanc1 in #909
- 🪵 Add programmatic
logs
to myst for inspection by @rowanc1 in #912 - 🪆 Support
\input
in latex by @rowanc1 in #911 - 🚀 Release by @github-actions in #908
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.42
v0.1.41
What's Changed
- 📤 Export JatsSerializer from myst-to-jats by @fwkoch in #894
- 📖 Update website templates (not themes!) by @rowanc1 in #896
- 🔧 Prevent basic transforms from modifying headings by default by @fwkoch in #897
- 🪐 Allow for Jupyter execution (including inline) directly in mystmd CLI by @agoose77 in #873
- 👈 Cross reference the subEnumerator directly. by @rowanc1 in #899
- 🚀 Release by @github-actions in #895
- 🛠 Fix deployment to PyPI by @agoose77 in #902
- 🛠 Correct path in wheel for PyPI release by @agoose77 in #903
- MAINT: use _package.json to avoid NPM errors during local dev by @agoose77 in #904
- 🚀 Release by @github-actions in #905
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.41
v1.1.39
What's Changed
- 📦 Refactor to use
@citation-js/core
by @agoose77 in #864 - 🔗 Add LaTeX macro support for
\cref{}
by @eurunuela in #876 - 🤖 Add build ci option to not write versions by @fwkoch in #879
- 🛑 Stop turning dois to links in typst by @fwkoch in #880
- 🔧 Only parse frontmatter out of first notebook cell by @fwkoch in #882
- 📦 Add myst-execute package by @fwkoch in #866
- 🔧 Fix section level for single article exports by @fwkoch in #885
- 📖 Fix typo in Website Themes doc page by @jbusecke in #886
- 🤖 Consolidate install steps for all github actions by @fwkoch in #887
- ⚙️ Move to
v4
for checkout and node actions by @rowanc1 in #888 - 🎆 Add code cell metadata placeholder image to output children by @fwkoch in #889
- 🎣 Extract DOI from note for citations by @rowanc1 in #891
- 📦 Upgrade redux toolkit by @fwkoch in #892
- 🚀 Release by @github-actions in #878
New Contributors
- @eurunuela made their first contribution in #876
- @jbusecke made their first contribution in #886
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.39
v1.1.38
What's Changed
- 📖 Document setting
allow_origin
tohttp://
rather thanhttps://
by @ryanlovett in #826 - ♹ Incremental
typst
improvements by @fwkoch in #831 - ã Improve latex character recognition for accents by @rowanc1 in #837
- 🪵 Improve logging for export errors by @rowanc1 in #836
- 🧭 Order abbreviations by length by @agoose77 in #830
- 🐛 Duplicate bibtex entries when uppercase by @rowanc1 in #842
- 🎇 PDF in typst is not supported by @rowanc1 in #845
- ␛ Escape symbols for typst by @rowanc1 in #846
- 📚 Allow multiple pages in typst export by @rowanc1 in #844
- 👨🏻💻 Fix inlineCode to work with children by @rowanc1 in #847
- 📏 Incremental typst improvements by @fwkoch in #841
- 🔗 Match typst references and figures by @rowanc1 in #843
- 🔗 Cross references with trailing text by @rowanc1 in #848
- ⏫ Upgrade tex-to-typst by @rowanc1 in #849
- 🔧 More small typst improvements by @fwkoch in #853
- 🧮 Allow enumeration to start at a specified number by @rowanc1 in #861
- 🤕 Transform heading depths by @fwkoch in #860
- 📚 Add docstrings to parts of myst-cli by @agoose77 in #850
- 📆 Show date as UTC date by @rowanc1 in #868
- 🕵️♀️ Support cross-references to file allowing labels on lifted headers by @fwkoch in #867
- 🎨 Update CSS classes applied to math nodes to match
remark-math
by @sglyon in #862 - 📑 Build multi-page exports from toc file by @fwkoch in #875
- 🚀 Release by @github-actions in #832
New Contributors
- @ryanlovett made their first contribution in #826
- @sglyon made their first contribution in #862
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.38