Denis Bitouzé
Denis Bitouzé
In the [list table options](https://myst-parser.readthedocs.io/en/latest/syntax/tables.html#list-tables), “image” should be [replaced by “table”](https://github.com/executablebooks/MyST-Parser/blob/ebf989fdae10c68dfbd3dcdfec4b86259b810cd9/docs/syntax/tables.md?plain=1#L124).
### Describe the gap in the current documentation The [“Admonition types”](https://myst-parser.readthedocs.io/en/latest/syntax/admonitions.html#admonition-types) section reads: >These admonitions take no argument, but may be specified with options: > > class: A **space**-separated list...
### What version of `myst-parser` are you using? 2.0.0 ### What version dependencies are you using? sphinx ### What operating system are you using? Linux ### Describe the Bug When...
### Context `reStructuredText` lets us easily define [Custom Interpreted Text Roles](https://docutils.sourceforge.io/docs/ref/rst/directives.html#custom-interpreted-text-roles), say `.. role:: custom`, which can be used _automatically_ in every document thanks to `rst_prolog` (to be inserted in...
**Is your feature request related to a problem? Please describe.** During a HTML build, I need to obtain the list of the compiled (`.md`) source files in order to afterwards...
With PST 0.15.2 (and git+https://github.com/drammock/pydata-sphinx-theme@fix-queryselector), multiple (at a first glance, identical) warnings appear in the console (partially translated from French and trees only partially open): ``` Unknown "text-decoration-skip" property. Declaration...
It would be interesting if the header links could be drop-down menus allowing the user to access all the secondary entries for each of them, without having to click on...
A minimalist `sphinx-doc` site, with `pydata-sphinx-theme` (v. `0.14.4`) as HTML theme, gives in the DevTools of `Firefox` and `Chromium-browser` a lot of warnings related to `fontawesome`: - With `Firefox`: ```...
### Brief outline of the proposed feature When `expl3`-syntax is activated you can nevertheless load other packages without problems. This here does "the right thing": ```latex \ExplSyntaxOn .... \usepackage{tikz} .......
### Describe the feature and the current behavior/state Currently, if a user makes use of Math → Math Equations → env. equation, (s)he ends up with: ```latex \begin{equation}\label{key} \end{equation} ```...