'$'-delimited in-line math example fails in `syntax.md`
See original GitHub issueThe $-delimited math on line 352 of syntax.md doesn’t render properly at build.
Other instances of $-delimited inline math in the file seem to work though, not sure why this particular instance is not working.
N.B. switching to the myst-role syntax {math}...
works fine.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Writing mathematical expressions - GitHub Docs
To include a math expression inline with your text, delimit the expression with a dollar symbol $ . This sentence uses `$` delimiters...
Read more >Math support in Markdown | The GitHub Blog
Today we are pleased to announce that math expressions can be rendered in Markdown on GitHub using $$ as a delimiter for code...
Read more >An Example R Markdown - Mathematics and Statistics
Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word ... Inline mathematical material is set off by the use...
Read more >How to show math equations in general github's markdown ...
You can now use LaTeX style syntax to render math expressions within Markdown inline (using $ delimiters) or in blocks (using $$ delimiters) ......
Read more >kramdown Syntax
Note that LaTeX code that uses the pipe symbol | in inline math statements may lead to a line being recognized as a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rossbar actually fixed now!
@chrisjsewell it appears I can’t re-open the issue so I’ll just comment: line 365 from
doc/using/syntax.md
is still not properly rendering the in-line, ‘$’-delimited math in the html as of 1a1cd05