question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

'$'-delimited in-line math example fails in `syntax.md`

See original GitHub issue

The $-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:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
chrisjsewellcommented, Feb 20, 2020

@rossbar actually fixed now!

1reaction
rossbarcommented, Feb 19, 2020

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found