Mystmd

Latest version: v1.3.25

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

Scan your dependencies

Page 4 of 12

1.3.3

What's Changed
* 🐛 Citations broken with trim when a list by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1431
* Update and refactor quickstart tutorials by choldgraf in https://github.com/jupyter-book/mystmd/pull/1433
* 👁 Handle `visibility==='remove'` in exports by agoose77 in https://github.com/jupyter-book/mystmd/pull/1435
* 🐛 Update quickstart links by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1438
* 🐛 Typst math updates by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1439
* 🐛 Fix additional cross references by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1440

**Full Changelog**: https://github.com/jupyter-book/mystmd/compare/mystmd1.3.2...mystmd1.3.3

1.3.2

What's Changed
* 📂 Drop folders in `pattern` expansion by agoose77 in https://github.com/jupyter-book/mystmd/pull/1399
* 📖 Improve MyST vs Sphinx by agoose77 in https://github.com/jupyter-book/mystmd/pull/1413
* :dart: Support `--execute` for building non-sites by agoose77 in https://github.com/jupyter-book/mystmd/pull/1416
* :wrench: Tighten up JSON input by agoose77 in https://github.com/jupyter-book/mystmd/pull/1405
* :snake: Don't resolve `node` symlink by agoose77 in https://github.com/jupyter-book/mystmd/pull/1420
* :pen: Add Jupyter Book / Quarto labels for Lighthouse runs in captions by brownsarahm in https://github.com/jupyter-book/mystmd/pull/1422
* 🐛 Prevent crash on non-list tags for code-cell by fwkoch in https://github.com/jupyter-book/mystmd/pull/1421
* 📖 Add Index support to MyST by fwkoch in https://github.com/jupyter-book/mystmd/pull/1418
* 🔭 Trim spaces in bibtex URLs and DOIs by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1411
* 🌐 Update deployment documentation to clarify deployment types by agoose77 in https://github.com/jupyter-book/mystmd/pull/1262
* 🎓 Add citation cff build target by fwkoch in https://github.com/jupyter-book/mystmd/pull/1397
* 📄 Small typst improvements by fwkoch in https://github.com/jupyter-book/mystmd/pull/1428
* 🚀 Release by github-actions in https://github.com/jupyter-book/mystmd/pull/1412

New Contributors
* brownsarahm made their first contribution in https://github.com/jupyter-book/mystmd/pull/1422

**Full Changelog**: https://github.com/jupyter-book/mystmd/compare/mystmd1.3.1...mystmd1.3.2

1.3.1

What's Changed
* 🚀🪐 Move to Project Jupyter by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1407
* 🎆 Fall back to 'convert' command for imagemagick by fwkoch in https://github.com/jupyter-book/mystmd/pull/1410


**Full Changelog**: https://github.com/jupyter-book/mystmd/compare/mystmd1.3.0...mystmd1.3.1

1.3.0

What's Changed
* :broom: Remove legacy `output` directive by agoose77 in https://github.com/jupyter-book/mystmd/pull/1355
* :chair: Update `table` docs by roaldarbol in https://github.com/jupyter-book/mystmd/pull/1257
* ⚫️ Ignore `dot` and `next` top level domain by rowanc1 in https://github.com/jupyter-book/mystmd/pull/1363
* 🌐 Exclude '.so' from tlds by fwkoch in https://github.com/jupyter-book/mystmd/pull/1370
* ✅ Add helpful error information when image conversions fail by JBorrow in https://github.com/jupyter-book/mystmd/pull/1377
* 📖 Updating CONTRIBUTING.md by Atharva-Rasane in https://github.com/jupyter-book/mystmd/pull/1381
* 🪄 Use 'magick' command instead of 'convert' for imagemagick by fwkoch in https://github.com/jupyter-book/mystmd/pull/1388
* 👩‍💻 Change code caption numbers from 'Code' to 'Program' by fwkoch in https://github.com/jupyter-book/mystmd/pull/1389
* 🚨 Do not warn on uppercase image extensions by fwkoch in https://github.com/jupyter-book/mystmd/pull/1387
* 🧱 Do not duplicate h1 title nested in block by fwkoch in https://github.com/jupyter-book/mystmd/pull/1383
* 🪣 Remove specific reference to `eq` role in general docs by agoose77 in https://github.com/jupyter-book/mystmd/pull/1369
* 📤 Allow multi-article meca export, following jats by fwkoch in https://github.com/jupyter-book/mystmd/pull/1384
* ✍️ Keep all contributors/affiliations until final page resolution by fwkoch in https://github.com/jupyter-book/mystmd/pull/1390
* 🆙 Upgrade Jupyter Books in `myst init` by agoose77 in https://github.com/jupyter-book/mystmd/pull/1223
* 🐛 Pin node 22.4 in actions by fwkoch in https://github.com/jupyter-book/mystmd/pull/1395
* :computer: Add support for IPC-backed plugins by agoose77 in https://github.com/jupyter-book/mystmd/pull/1329
* 🖊 Add support for white-labelling to MyST CLI by agoose77 in https://github.com/jupyter-book/mystmd/pull/1368
* 🐱 Add support for pre-parsed mdast-type files (`.myst.json`) by agoose77 in https://github.com/jupyter-book/mystmd/pull/1398
* feat: allow user options to apply to mystParser by sglyon in https://github.com/jupyter-book/mystmd/pull/1402
* 🐈 Concatenate list fields when extending project frontmatter by fwkoch in https://github.com/jupyter-book/mystmd/pull/1394
* 💇‍♀️ Allow parts in project frontmatter by fwkoch in https://github.com/jupyter-book/mystmd/pull/1396
* :broom: Add changesets by agoose77 in https://github.com/jupyter-book/mystmd/pull/1403
* ️⃣ Fix HTML tags in inline contexts by agoose77 in https://github.com/jupyter-book/mystmd/pull/1404
* ✍️ Report tracebacks during kernel execution by agoose77 in https://github.com/jupyter-book/mystmd/pull/1406
* 🚀 Release by github-actions in https://github.com/jupyter-book/mystmd/pull/1356

New Contributors
* JBorrow made their first contribution in https://github.com/jupyter-book/mystmd/pull/1377
* Atharva-Rasane made their first contribution in https://github.com/jupyter-book/mystmd/pull/1381

**Full Changelog**: https://github.com/jupyter-book/mystmd/compare/mystmd1.2.9...mystmd1.3.0

1.2.9

What's Changed
* 📖 Update the basic myst init by rowanc1 in https://github.com/executablebooks/mystmd/pull/1311
* 🎆 Optimize project thumbnail/banner and fallback correctly by fwkoch in https://github.com/executablebooks/mystmd/pull/1316
* :bug: Address rule-id typo by agoose77 in https://github.com/executablebooks/mystmd/pull/1330
* 🎓 Configure citation-js to keep original citation labels by fwkoch in https://github.com/executablebooks/mystmd/pull/1322
* ❕ Combine html nodes split by whitespace in reconstructHtml transform by fwkoch in https://github.com/executablebooks/mystmd/pull/1333
* ✂️ Remove doi requests to handle.net by fwkoch in https://github.com/executablebooks/mystmd/pull/1334
* 🚦 Share doi request limiter across session by fwkoch in https://github.com/executablebooks/mystmd/pull/1339
* :zap: Write initial `.gitignore` in `myst init` by agoose77 in https://github.com/executablebooks/mystmd/pull/1314
* :hammer_and_wrench: Combine frontmatter from notebook to support different kernels by agoose77 in https://github.com/executablebooks/mystmd/pull/1287
* 👩‍🎓 Add wrapfigure latex environment by fwkoch in https://github.com/executablebooks/mystmd/pull/1342
* 🥌 Remove curly braces around properties in verbatim latex handler by fwkoch in https://github.com/executablebooks/mystmd/pull/1341
* 👩‍🎓 Differentiate behavior of newcommand, renewcommand, providecommand by fwkoch in https://github.com/executablebooks/mystmd/pull/1343
* 🔧 Fix exclude glob/path resolution by fwkoch in https://github.com/executablebooks/mystmd/pull/1344
* 🚀 Release by github-actions in https://github.com/executablebooks/mystmd/pull/1317


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.2.8...mystmd1.2.9

1.2.8

What's Changed
* 📺 Support for HTML video tags by rowanc1 in https://github.com/executablebooks/mystmd/pull/1299
* 🐛 Cross references for static sites by rowanc1 in https://github.com/executablebooks/mystmd/pull/1302
* 🌄 Fix unsplash images by rowanc1 in https://github.com/executablebooks/mystmd/pull/1292
* 🌎 Allow remote files for template/site options by fwkoch in https://github.com/executablebooks/mystmd/pull/1306
* 🤝 Combine site options when using config extend by fwkoch in https://github.com/executablebooks/mystmd/pull/1309
* 🚀 Release by github-actions in https://github.com/executablebooks/mystmd/pull/1300


**Full Changelog**: https://github.com/executablebooks/mystmd/compare/mystmd1.2.7...mystmd1.2.8

Page 4 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.