Skip to content

Use myst-parser in a sphinx extension to parse md to docutils nodes #880

Answered by agoose77
ewjoachim asked this question in Q&A
Discussion options

You must be logged in to vote

myst-parser renders MarkdownIt tokens and populates an existing docutils node (document). See

class DocutilsRenderer(RendererProtocol):
for the base-class of the renderer that is used.

Does this provide a helpful place to start? :)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ewjoachim
Comment options

@agoose77
Comment options

Answer selected by ewjoachim
@ewjoachim
Comment options

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