-
以反引号为例:
markdown及网页版是对的:
```markdown
反引号 (backtick) 的符号是“`”,一般在英文输入法下由键盘左上角 Tab 键上方的按键键入。
```
输出后的pdf中却变成了:
```
反引号 (backtick) 的符号是“‘”,一般在英文输入法下由键盘左上角 Tab 键上方的按键键入。
```
-
I'm currently using `nbsphinx` to convert example notebooks to static documentation and they have a nifty plugin [nbsphinx-link](https://github.com/vidartf/nbsphinx-link) which allows the notebooks to…
-
When converting rST projects to use MyST, directives from sphinx.ext.autodoc's such as `automodule` can cause issues.
The sphinx extension sphinx.ext.autodoc provides directives (`automodule`, `aut…
-
### Describe the problem
Some Jupyter notebooks output LaTeX that includes both text and math (see the [QuTiP](https://github.com/qutip/qutip) package for example). Myst-nb renders this as all math b…
-
The ipython display widget doesn't render in my jupyter book HTML output. It does in my sphinx material.
**To Reproduce**
Steps to reproduce the behavior:
Create a markdown table and try to d…
-
### Describe the bug
~~~~
$ cat lol.md
## test
$ pandoc lol.md
test
~~~~
OTOH, MyST decides to throw a huge tantrum and generates the following:
~~~~
test
System Message: WARNING/2…
-
### Describe the bug
**context**
Hi, it seems that it's no longer possible to launch notebooks written in MyST Markdown directly with mybinder.org - even with `jupytext` installed and using `noteboo…
-
Anything that interleaves text and code and is easy to run. The problem is writing text in the current examples is tedious.
-
Arguments are always arguments.
The parser should be able to read directives, and that should never be bumped down to the body.
Don't care what the directive is, can always know that the options…
-
### Describe the problem
When using the `jb-article` format all headings level 2 headings rather than top level headings.
`_toc.yml`:
```yml
format: jb-article
root: index
sections:
- file:…