Releases: jupyter-book/mystmd
v0.1.29
What's Changed
- 🐛 Type fixes by @rowanc1 in #370
- 📚 add docs for integrating jupyter compute using
thebe
by @stevejpurves in #372 - 📖 Documentation fixes for
thebe
by @stevejpurves in #375 - ⚡️ Remove _static folder; keep site assets flat in public folder by @fwkoch in #371
- 📄 Enable sites with single projects and no project slug by @fwkoch in #374
- 🤖 Build static html export by @rowanc1 in #377
- 🌃 Update images for capturing nested layers by @rowanc1 in #378
- 📖 Docs on deployment and improved quickstarts by @rowanc1 in #383
- 👩🏽🏫 Initial support for proofs and theorems by @rowanc1 in #384
- 📖 Minor docs updates for hover links by @rowanc1 in #386
- 👩⚕️ Add a {doc} role to support sphinx by @rowanc1 in #387
- 🤖 Better reading of frontmatter in JupyterBook by @rowanc1 in #388
- 🔗 Add support for github issue previews by @rowanc1 in #389
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.29
v0.1.25
What's Changed
- Ş Allow characters in groups by @rowanc1 in #352
- ⌨️ No-break space for cross-references by @rowanc1 in #353
- 🎉 Add
siunitx
package to latex, JATS and MyST by @rowanc1 in #354 - 🐛 Await all extra transforms to be completed by @rowanc1 in #355
- 🧐 Add JATS DTD validation to myst-to-jats tests by @fwkoch in #356
- 🔧 Fix single file export references by building project files by @fwkoch in #358
- 🤖 Specify output from the command line by @rowanc1 in #364
- 🧪 JATS Validation by @rowanc1 in #365
- 📒 Handle notebook cell ids and outputs in jats by @fwkoch in #361
- 📂 Update thebe frontmatter options by @fwkoch in #367
- 🧮 Inline user_expression support by @rowanc1 in #368
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.25
v0.1.24
Note:
v0.1.23
had a bug in the types formyst-cli
this has been re-released asv0.1.24
What's Changed
- 🗂 Begin to support multipage export by @fwkoch in #345
- 🚮 Remove unused files from
tsconfig
by @echarles in #346 - 🐛 Fix types in myst-cli by @rowanc1 in #349
New Contributors
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.23
v0.1.22
What's Changed
- 🤖 identify
ipynb
code cells ascode-cell
directives by @stevejpurves in #337 - ⛹️ always include outputs with code cells by @stevejpurves in #338
- 🐛 Citations in JATS can't use citation-js by @rowanc1 in #340
- 🐛 Transform Wikipedia links properly by @MridulS in #339
- 🐛 Add
p-limit
to dependencies by @rowanc1 in #341
New Contributors
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.22
v0.1.21
What's Changed
- 🏷 Add title/subtitle to JATS by @rowanc1 in #331
- 📒 Track notebook source for embedded content by @fwkoch in #334
- 👩🎓 Add bibliography to JATS export backmatter by @fwkoch in #333
- 🌀 Change to
SourceFileKind
(from KINDS) by @rowanc1 in #335 - 💻 Extending project frontmatter to accept
thebe
options by @stevejpurves in #332
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.21
v0.1.20
What's Changed
- 🐛 Allow empty comments in myst-to-tex by @fwkoch in #326
- © Copyright symbol must have trailing whitespace by @rowanc1 in #323
- 👩🔬 Inline citation improvements by @rowanc1 in #328
- ✨ Export full JATS article using myst-to-jats with myst-cli by @fwkoch in #324
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.20
v0.1.19
Features
- 🎆 Resolve images with wildcard extensions to existing images by @fwkoch in #318
- 👯♀️ Add option to copy template files on export and write relative paths by @fwkoch in #307
- ✅ Parse tasklists to an AST by @rowanc1 in #322
Maintenance
- 🎆 Refactor image conversion transform for extensibility and code deduplication by @fwkoch in #317
- 🔧 Write only 'myst: v1' not 'jtex: v1' in template.yml by @fwkoch in #306
Bug Fixes
- 🏷 Use non-normalized label for latex figure by @fwkoch in #309
- 💱 Escape basic characters in latex href by @fwkoch in #319
- 🏗 Stop hoisting deep headings into frontmatter title by @tavin in #315
Documentation
- 📚 Document colon fence for markdown list-table title by @fwkoch in #308
- 📖 Small updates to
myst-parser
readme by @rowanc1 in #320
New Contributors
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.19
v0.1.18
New Packages
We have introduced a new package to export and write MyST Markdown, which is an important part of import and export workflows (e.g. working with latex, or modifying an AST in MyST).
New Features
- ♻️ Prevent rebuild loop by @fwkoch in #286
- ⌨️ Add code-cell directive by @rowanc1 in #289
- 🌠 Support TIFF images by @rowanc1 in #285
LaTeX Improvements
- 🐛 Resolution & rendering of citations by @fwkoch in #264
- 🐛 Project frontmatter is now respected with tex files by @fwkoch in #263
- #️⃣ unstar sections when numbering=true by @stevejpurves in #195
- Small tex-to-myst updates by @fwkoch in #273
- 🦶Improve footnote whitespace and warnings in myst-to-tex by @fwkoch in #277
Bug Fixes
Documentation Improvements
- 📖 Add updating note in quickstart installation guide by @kolibril13 in #288
- 📖 Fix typo in "marcos" by @agoose77 in #292
- 📖 Remove code-numbering warnings by @rowanc1 in #262
- 📖 Remove dollarmath labels and add warning about spec by @agoose77 in #291
New Contributors
- @stevejpurves made their first contribution in #195
- @agoose77 made their first contribution in #291
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.18
v0.1.17
Many new improvements in parsing LaTeX, and fixing a lot of issues that @kolibril13 has found. Thank you!!
What's Changed
- 🎉 Small improvements to latex support by @fwkoch in #251
- 💬 Support 'comment' nodes in latex/word/jats/html exports by @fwkoch in #255
- 🦶🎵 Implement footnotes in myst-to-tex by @fwkoch in #256
- 🔢 Turn on code enumeration by default by @fwkoch in #257
- 👩🔬 Add cite nodes to myst-spec-ext by @rowanc1 in #258
Documentation & Process
- 📖 Initial jupyterlab-myst docs by @rowanc1 in #259
- 🐛 Fix typos in docs by @kianmeng in #243
- 🐛 Add an option for MyST Markdown to feature request dropdown by @choldgraf in #245
New Contributors
- @kianmeng made their first contribution in #243
- @choldgraf made their first contribution in #245
Full Changelog: https://github.com/executablebooks/mystjs/compare/[email protected]@0.1.17
v0.1.16
Minor changes
- SPDX updated their licenses list, which has updated our frontmatter package and has caused quite a few new changes!
- Other changes are packaging changes for using myst-transforms independently in
jupyterlab-myst
.
Documentation
- 📖 Update package lists in README by @rowanc1 in #240
- 📖 Update the qmd syntax in the docs by @rowanc1 in #241
What's Changed
- #️⃣ tex-to-myst: Only insert figure number for latex \ref by @fwkoch in #236
- 📦 Update myst-templates in jtex by @rowanc1 in #239
- 🐛 Update package dependencies for standalone use by @rowanc1 in #242
Full Changelog: [email protected]@0.1.16