Rowan Cockett
Rowan Cockett
Curvenote is sponsoring the 2024 conference proceedings for SciPy, as detailed in [this announcement](https://curvenote.one/news/curvenote-sponsors-scipy-proceedings-2024) which will be using MyST for their build process, there are two modes (1) MyST Markdown;...
The `meta` was required from the block-breaks and parsing as JSON. This should be moved to `data` on the class. There is more discussion in this comment: https://github.com/executablebooks/mystmd/pull/1056/files#r1552537938
Right now task items are `checked: true/false` on a list item. These should likely be their own nodes. See: - https://github.com/executablebooks/jupyterlab-myst/pull/228
We should add compatibility with Sphinx/RST glossaries (which are based around indentation). At the very least the compatibility warning should be improved with a link to how to do this...
### Which area is this feature request for? Website User Interface, Command Line Tools ### Describe the feature you'd like to request Currently the website requires an application server (the...
The myst-templates are quite flexible, and need not be created in remix/react or even javascript. There is a lot of existing work out there for sphinx templates, that may be...
There are some changes we made to parsing latex subequations and for align environments to allow these to be picked up and translated to both JATS (used for archiving scientific...
I think it is worth noting that Thebe injects scripts and javascript into the page, and that is potentially a security threat for folks if they are using this in...
``` xAxisLocation: { type: String, attribute: 'x-axis-location', }, ```
This might be helpful in #3, more testing is required though!