Questions tagged [myst]

MyST is Markedly Structured Text, a fully-functional markdown flavor and parser for Sphinx.

MyST is Markedly Structured Text, a fully-functional markdown flavor and parser for Sphinx.

6 questions
1
vote
1 answer

It is possible to have sphinx MyST rendering mermaid

It is possible to make work mermaid inside \.md file with MyST md driver ? For now the only way I found is $ tail conf.py extensions = [ 'recommonmark', 'sphinxcontrib.mermaid'] from recommonmark.transform import AutoStructify def setup(app): …
user3313834
  • 5,701
  • 4
  • 40
  • 76
1
vote
0 answers

how to use vscode restructuredtext extension ( lextudio.restructuredtext) with myst-parser on markdown file?

I have a project configured to use Sphinx and the Myst-parser to build my documentation. The build is fine and everything works (my conf.py in sphinx is OK). Now, I use VSCode as an editor and I would like to have a "live preview" in vscode for my…
1
vote
0 answers

Use substitution in Sphinx with MyST

MyST allows to write sphinx documentation in markdown. Is it possible to combine it with substitutions?
M. Toya
  • 485
  • 6
  • 22
0
votes
0 answers

Why does Sphinx+MyST put spaces inside HTML tags in the generated output?

I'm new to MyST and Sphinx, so perhaps this has an obvious explanation, but it is not obvious to me. Whenever I use any construct in my Markdown source, such as bold facing or italics or even an html element such as , the result in the…
mhucka
  • 1,595
  • 16
  • 30
0
votes
1 answer

How to change titles in a toctree using glob?

I use in my sphinx project a toctree with glob option and I want to show different titles than the H1 of my file or the name of the file with using Titlesonly as option of toctree. Here is a snap of my code : in the index.md there is README.md files…
BARIK FATI
  • 29
  • 9
-1
votes
1 answer

Sphinx Recommonmark CommonMarkParser does not detect URL link

I am using Sphinx to build a documentation out of Markdown files. The documentation is pretty clear that myst-parser should handle markdown links in the typical [some text](www.example.com) manner. Subsequently I installed myst-parser, set the…
Merk
  • 101
  • 7