Chris Sewell

Results 1355 comments of Chris Sewell

> Add dependencies section to make clear that Sphinx math or dollarmath I'm not sure what you mean by this, since dollar math does work out of the box, i.e....

> but neither the Sphinx nor the MyST docu tell me. Are you sure about that 😉: https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.imgmath specifically says "This extension renders math via LaTeX and [dvipng](https://savannah.nongnu.org/projects/dvipng/)" Note you...

> I got the error before I included `sphinx.ext.imgmath`. that is definitely not the case if the only extension you have loaded is `myst_parser`, perhaps one of the other extensions...

Heya, FYI this appears to be nothing to do with `pytest_param_files` per se. I can replicate the same issue, by simply running: `tox tests/test_sphinx/test_sphinx_builds.py::test_basic` So it appears that it is...

So it appears to be something to do with the docutils `code` role, if you run either of these tests, then things change: ``` tests/test_renderers/fixtures/docutil_roles.md: 111 -------------------------------- 112 [code] (`docutils.parsers.rst.roles.code_role`):...

So I imagine what is happening here (not yet tested), is that a target is "block level" syntax wheras an image is an "inline level" syntax. So your text: ```markdown...

But what about just normally, not within a list?

Heya, the extension should be named `colon_fence` (without the `s`)

This is the equivalent in sphinx: https://github.com/sphinx-doc/sphinx/blob/6402acde81e39cf010925c925733546dd6a2f822/sphinx/transforms/post_transforms/__init__.py#L105 Makes sense to add problematic, although not sure if I see one being added here 🤔