mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
My desktop environment (sway + gnome-shell) hides my cursor after 5 seconds. If I'm hovering a `term`, the definition disappears at the same time as my cursor. 5 seconds may...
## Description I'm working on a tutorial for JupyterCon to build an extension from scratch, step-by-step. When we have users modify their code, I want to highlight what's changed. I...
I tried using a top-level `jupyter` key in the frontmatter, like described in , but I get `'frontmatter' extra key ignored: jupyter`
## Description Using v1.6.3. The links in the top bar aren't rendering correctly to github pages. They are formatted correctly in the myst.yml file but lead to a 404/file not...
It is important to easily and reliably manage the URL's and slugs for website "pages." There is already a lot of functionality in the ecosystem, but the default behavior is...
Updated the mdast transformation to retain original heading levels for files of kind 'Part', ensuring structural sections like appendices are not altered. Other file kinds continue to adjust heading depth...
I'm working on a latex template, where I am adding an appendix as a "part" of the document. ``` parts: appendix: appendix.md ``` This seems to work, but it always...
I'm writing textbooks with mystmd. It'd be great to have a featured image banner for each chapter title. WordPress has a feature like this for websites where accessible text titles...
in the doc the section on admonitions here https://mystmd.org/guide/embed#eh5oPdEP56 imho does not belong here (between include and embed...) this section is kinda like a reference manual for the admonition directive...
files declared as hidden in the toc are part of the global search it makes it very easy to land on a hidden page, which generally is not the purpose...