-
I'm surprised no one has noticed this before, but I've just realised there are some "conflicts" in how smartquotes are handled; between myst (via markdown-it), docutils and sphinx.
---
Within m…
-
This is a follow-up on #759 .
MyST Markdown notebooks normally use the `pygments_lexer` to anotate the code cells like e.g. `ipython3` in this example:
~~~
```{code-cell} ipython3
1 + 1
```
~~…
-
You get awesome webpages for the package.
I would like to ask, how do you do those pages? What libraries do you use and how you build them?
Awesome work!
-
It would be useful to have a mode to support [MyST](https://myst-parser.readthedocs.io/en/latest/) syntax. MyST is an extension of CommonMark that adds support for various RST-style markup for use wit…
-
Currently we check for `jupytext` metadata in order to decide if a markdown file is a "myst markdown notebook":
https://github.com/executablebooks/MyST-NB/blob/9f889241f40336ab138391176486166b08817…
-
### Describe the bug
**context**
When I add the class `dropdown` to any directive except
`````
````{prf:proof}
:class: dropdown
````
`````
the directives become collapsible in the HTML outpu…
-
Thanks for taking a pass at this. A few quick thoughts I noticed when looking at some of the cells, regarding the myst spec:
* way to designate a cell is `code-cell`, not `% cell` and `% endcell`
…
-
### What's the level of this task?
MEDIUM
### Code of Conduct
- [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
### Search befo…
-
@bsipocz has had success with using myst, in combination with sphinx, for readthedocs rendering.
This would enable notebooks to be source-controlled as markdown files, instead of hard-to-read ipynb…
-
Hey Sabrina, a truly essential plugin for Typst—amazing work!
I use Typst/Markdown for scientific writing and therefore need the `@source_2024` syntax a lot (my citekey format "source_2024" is just…