Skip to content

Support for ReST instead of Markdown as input format #899

Answered by jjallaire
klmr asked this question in Q&A
Discussion options

You must be logged in to vote

I think if you dig a little deeper you'll find that pandoc markdown + quarto gives you the same level of expressiveness and computability. The above would be written as:

Some example text.

::: {.callout-note}
For use with {{< var TLA >}} only
:::

::: {.callout-warning}
This [Gadget]{.gadget} needs to be used with care.
:::

I agree that ReST has an outstanding feature set for technical writing. The problem is that 97% of the user base is already familiar with markdown. When JupyterBook was created they wanted to build on the ReST/Sphinx infrastructure but created a new dialect of markdown (that effectively emits the ReST AST) instead: https://myst-parser.readthedocs.io/en/latest/. Trying…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@klmr
Comment options

Answer selected by mcanouil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants