Releases: jupyter-book/mystmd
Releases · jupyter-book/mystmd
v1.1.25
What's Changed
- 🐛 Citations with trailing punctuation by @rowanc1 in #720
- 👩🔬 Prefix and suffix parsing for citation roles by @rowanc1 in #723
- 🎆Write images when serializing, not during mdast processing by @fwkoch in #721
- 🚀 Release by @github-actions in #722
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.25
v1.1.24
v1.1.23
What's Changed
- 🏷 Add
no-tex
tag by @rowanc1 in #685 - 🍽 Add spaces around tables without captions by @rowanc1 in #686
- 🗣 Do not write implicit latex labels by @rowanc1 in #684
- 👯♀️ Improve the
plural
logging function by @rowanc1 in #689 - 👨🏻🏫 Add proof alias (
label
<=>name
) by @rowanc1 in #693 - 🌅 Trim option for PDFs images by @rowanc1 in #688
- ⚓️ Specify PORT in the CLI by @rowanc1 in #692
- ✍️ LaTeX/JATS improvements for Proofs by @rowanc1 in #694
- 🐛 Small tex-parsing bugs by @rowanc1 in #695
- 🐛 JATS nested paragraphs in list items by @rowanc1 in #696
- 👨🏻🏫 Parses tex-macros in latex document by @rowanc1 in #698
- 🧮 Add support for sub-equations by @rowanc1 in #697
- 🪆 Section nesting for JATS by @rowanc1 in #699
- 🐛 Space in paragraph (Tex Parsing) by @rowanc1 in #700
- 🤐 Allow
zipcode
in frontmatter by @rowanc1 in #702 - 🔭 Fix spaces in latex input by @rowanc1 in #701
- 🐛 LaTeX SI unit parsing bug by @rowanc1 in #703
- 🏷 Improve JATS frontmatter export by @rowanc1 in #704
- 🏷 JATS math label location by @rowanc1 in #705
- 🔭 Ensure spaces are picked up after TeX macros by @rowanc1 in #706
- 🐛 Do not reload configs or files unnecessarily by @fwkoch in #708
- 🔢 Add number to template options by @rowanc1 in #707
- 🚀 Release by @github-actions in #687
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.23
v1.1.22
What's Changed
- 🤫 Turn off auto creation of GitHub releases by @rowanc1 in #676
- 👯♀️ Add
plural
CLI utility for logging item(s) by @rowanc1 in #677 - 🔌 Add transforms to plugin infrastructure by @rowanc1 in #636
- 🤫 Remove hidden block content in renderers by @rowanc1 in #681
- 👩💻 Improve HTML processing by @rowanc1 in #680
- 🐛 Fix async issue with include transform by @rowanc1 in #682
- ✍️ Write output content to file later in the transform process by @fwkoch in #683
- 🚀 1.1.22 by @github-actions in #678
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.22
v1.1.21
What's Changed
- 📦 Update types for hast updates by @rowanc1 in #623
- 🗺 Sort table of contents by @rowanc1 in #626
- 🐛 Fix bug with async project/site loading by @fwkoch in #627
- 🚀 Release by @github-actions in #624
- 🔧 Fix up undefined types from selectors by @fwkoch in #629
- 🐑 Keep track of session clones for error reporting by @fwkoch in #628
- 🤐 Add tex-zip to manuscripts included with meca by @fwkoch in #630
- 🚀 Release by @github-actions in #631
- ✋🏽remove module overrides in build commands by @stevejpurves in #587
- 📦 Use meca package to write
manifest.xml
by @rowanc1 in #633 - 📖 Update deployment documentation by @rowanc1 in #635
- 🧹 Warn about unlisted dependencies by @rowanc1 in #637
- 👩⚖️ Update OSI licenses by @rowanc1 in #639
- 🏷 Tag abstract parts in JATS by @rowanc1 in #638
- 🐛 Add
plain-language-summary
&summary
parts by @rowanc1 in #648 - 📑 Add additional nodes for parsing latex by @rowanc1 in #647
- 🧑💻 Create flat XML by default in JATS export by @rowanc1 in #646
- 🗝 Escape all attributes in js2xml for JATS by @rowanc1 in #645
- 💡proposed
thebe
frontmatter changes by @stevejpurves in #463 - 🔧 Improve JATS names by @fwkoch in #653
- ∞ ∝ ⧜ ⧝ ♾ Add more infinity symbols to LaTeX by @rowanc1 in #651
- 🏷 Ability to customize IDs in myst-to-jats by @rowanc1 in #652
- 🏷 Update CRediT statements for JATS by @rowanc1 in #650
- 🎓 JATS author/affiliation updates by @fwkoch in #654
- 🐛 Normalize DOI for open-funder-registry by @rowanc1 in #655
- 🧪 Allow funding IDs to be numeric by @rowanc1 in #657
- 🎓 Do not include deparment in funding institution by @rowanc1 in #658
- 🍽 Support
\bf
command in table cells by @rowanc1 in #661 - 〽️ Remove auto-generated alt text in JATS by @rowanc1 in #663
- 🏷 Add short_title to JATS output by @rowanc1 in #664
- 👩🔬 Only add affiliations associated with authors to JATS and myst-templates by @fwkoch in #662
- 🧮 Clean up MathML tagging in JATS by @rowanc1 in #665
- 🧹 Serialize JATS in a standardized way by @rowanc1 in #666
- 🪆 Improve block nesting transform by @rowanc1 in #667
- 🏫 Simplify affiliation IDs for JATS by @fwkoch in #668
- 📜 Improvements to LaTeX parsing by @rowanc1 in #672
- 🧮 Improve MathML export for JATS by @rowanc1 in #671
- Add support for proofs by @andry-tino in #609
- 🧾 Add corollary and proof to supported latex proof kinds by @fwkoch in #675
- ✂️ Delete temporary output files in reduceOutput transform by @fwkoch in #674
- 🚀 Release by @github-actions in #634
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.21
v1.1.18
What's Changed
- 📦 Update
long_description_content_type
for PyPI by @rowanc1 in #522 - 🧮 Math code blocks for GitHub Flavored Markdown by @rowanc1 in #524
- 🧜♀️ Support mermaid as a code block by @rowanc1 in #529
- ✍️ Abbreviations First Time Long (ftl) by @jan-david-fischbach in #530
- 🤖 Updates for auto-creation of github actions by @rowanc1 in #533
- 🚴♀️ Refactor Root --> GenericParent by @rowanc1 in #538
- 🎓 Add rich affiliations to frontmatter by @fwkoch in #535
- 🎆 Adjust notebook output image paths in mdast for pdf/docx exports by @fwkoch in #540
- 🏷 Allow for an extra space in
# | label:
syntax by @rowanc1 in #542 - 🏷 Support ipython magic for label syntax by @rowanc1 in #543
- Version Packages by @github-actions in #525
- 🔧 Update generated affiliation ids to not use crypto by @fwkoch in #546
- Version Packages by @github-actions in #553
- 📎 Handle base64 notebook cell attachments by @fwkoch in #554
- 📦 Update tex-to-typst by @rowanc1 in #556
- 🚀 Release by @github-actions in #555
- 📤 Keep multiple outputs when reducing outputs for pdf/docx exports by @fwkoch in #558
- 👩🎓 Extract abstract part for JATS frontmatter by @fwkoch in #561
- 🚀 Release by @github-actions in #562
- 🕵️♀️ Add User-Agent to image and link fetches by @fwkoch in #565
- 👩💻 Refactor and export template validation functions by @fwkoch in #567
- 📌 add relative location to pages and sources by @stevejpurves in #564
- 🚀 Release by @github-actions in #566
- 🔧 A couple tweaks for consuming the myst-cli package by @fwkoch in #569
- 👩🎓 Update the shape of affiliations in myst-template doc by @fwkoch in #568
- 🚀 Release by @github-actions in #570
- 📡 enable custom binder providers in frontmatter by @stevejpurves in #574
- 👩💻 Add html transform that combines related html nodes by @fwkoch in #575
- 🏷 Tag reduced outputs as data.type.output by @fwkoch in #578
- 🚀 Release by @github-actions in #579
- 📗 update docs to correct myst parser usage by @stevejpurves in #580
- 📇 Support parsed author names and parse string names by @fwkoch in #586
- 💵 Funding support in frontmatter (and other small JATS features) by @fwkoch in #596
- 🚀 Release by @github-actions in #595
- 🎆 Clean up extra image processing by @fwkoch in #601
- 📦 Add myst-common to myst-parser by @rowanc1 in #603
- 👯♀️ Add directive option
alias
by @rowanc1 in #608 - 📑 Add
literalinclude
directive by @rowanc1 in #610 - Add support for glossary by @andry-tino in #592
- @Add pandoc-style citations by @rowanc1 in #612
- 📏 Add enumerated
ruleId
to all errors/warnings in the redux store by @fwkoch in #616 - 📚 Improve glossary documentation by @rowanc1 in #619
- 🔗 Update link to JupyterBook
_toc.yml
blog by @rowanc1 in #620 - 🔌 Support plugins for CLI (roles/directives only) by @rowanc1 in #617
- 🚀 Release by @github-actions in #602
- 🔧 Export loadPlugins function by @fwkoch in #621
- Add support for abbreviations by @andry-tino in #606
- 🚀 Release by @github-actions in #622
New Contributors
- @jan-david-fischbach made their first contribution in #530
- @andry-tino made their first contribution in #592
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.18
v1.1.9
Patch Changes
- eb32ae9: Add mathml to the exported JATS.
What's Changed
- Fix custom numref labels by @psychemedia in #517
- 🚀 Add release action to GitHub CI by @fwkoch in #519
- 🧮 Use katex for mathml rendering in jats by @fwkoch in #507
- 🤖 Add CI publish command without force build by @fwkoch in #520
- Version Packages by @github-actions in #521
New Contributors
- @psychemedia made their first contribution in #517
- @github-actions made their first contribution in #521
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.9
v1.1.8
v1.1.7
What's Changed
- 🪄 Initial
myst-to-typst
implementation by @rowanc1 in #498 - 🎨 Typst support for smallcaps, comments, and bold-escape by @rowanc1 in #499
- 🎑 Add thumbnail to project manifest by @rowanc1 in #504
- 🐍 Add pypi deploy for myst by @fwkoch in #500
- 🏷 Extract tagged parts by @rowanc1 in #508
- ⎌ Undo upgrade message changes by @rowanc1 in #509
Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.7