mystmd
mystmd copied to clipboard
Command line tools for working with MyST Markdown.
If you have a macro that, for example, defines some text `\newcommand{\foo}{Bar}`, that will work fine in both a math and text context if they are on the same page....
Right now we have a few high level keys in the `myst.yml` including project/site/version/extends. It is confusing to users where to put the keys (mostly always under project). Additionally, when...
## Description I've noticed that some features on interactive dashboards built with Bokeh are not updating when the selection changes. This issue affects the usability and interactivity of the plots....
Jupyter Book allows you to generate a 'launch' button that brings you into an interactive session provided by Binder or JupyterHub. For any pages that are backed by a notebook...
At present, it seems from conversations with @rowanc1 and @fwkoch that we're selecting an extension policy for each particular key in `myst.yml`. I wonder if it would be nice to...
In many project that I have seen there is attribution information that is included for images/figures, and this is generally done ad hoc in the figure caption or under this...
I mistakenly ran ``` myst start ``` in the wrong folder (in the parent of where I should have) what happened then is that myst has been searching a `myst.md`...
## Description In my myst file, I have the citation `[](doi:10.37921/426590wiobus)`. This has no author, only a publisher. The citation renders nicely in the web, using full CSL json, but...
## Proposal Currently you cannot use *italics* or **bold** text in the front matter, e.g. in the title. In some cases however, this is needed, e.g. species names by definition...
## Description Currently, you can `{include}` tables into the HTML site without issues with the syntax: ```md ::::{table} Area Comparisons (written in fancy HTML) :label: tbl:fancy-table :::{include} table.html ::: ::::...