Matt McKay
Matt McKay
@ssbarnea I noticed you have indented the options (similar to `rst`) Could you try: ````md ```{command-output} bash --version :cwd: .. :returncode: 2 :nostderr: ``` ```` or using the alternative syntax...
@ssbarnea I mainly want to rule that out as a source of possible issue.
@chrisjsewell based on working with `sphinx` in the past the two entry points for this type of config is: **HTML:** [sphinx.ext.mathjax](https://www.sphinx-doc.org/en/master/usage/extensions/math.html#module-sphinx.ext.mathjax) has a setting to set Tex Macros via [mathjax_config](https://www.sphinx-doc.org/en/master/usage/extensions/math.html#confval-mathjax_config)...
Note to @mmcky: Many forums suggest that `\DeclareMathOperator` should be [recast into a Tex Macro using \operatorname](https://stackoverflow.com/questions/29884128/how-to-use-declaremathoperator-in-mathjax-configuration-file)
Sorry a bit late to this party. I'm usually in favour of running these sort of extensions through a directive -- I typically think of core `markdown` as simple markup...
thanks @joelostblom -- time to take a look at that. @choldgraf I have been keeping my eye on [this demo / example set](https://github.com/executablebooks/quantecon-mini-example)
this is what the example is based off of but it looks like it is an incomplete `translation`. I will look at updating this later today https://python.quantecon.org/wealth_dynamics.html the goods news...
Looking at the history on this -- I don't think it was ever intended to be the full `example lecture` but serve to demonstrate elements of a document comparing `rst`...
thanks @chrisjsewell -- If I understand correctly `smartquotes` provides typographically correct quotations marks right? Given `markdown-it` is a tight dependency and does the bulk of the parsing from `myst:md` to...
thanks for bringing this up @RRiva. > Is that something that you could fix, or it should be addressed by sphinxcontrib-video? I suspect that the path is set by `sphinxcontrib-video`...