-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Milestone
Description
Hi,
AsciiMath is a really convenient way to write maths inline ร la Markdown.
MathJax supports it out of the box (see the "Getting started" section in the above link).
As Jupyter notebooks already make use MathJax, I guess it should not be really difficult to add support for AsciiMath in cells.
What do you think about it? This would ease writing small mathematical code, and not require to insert LaTeX in the cells.
The only issue I can think of is that the default configuration uses backticks (`) to delimit AsciiMath code, and this is already used in Markdown for inline code. So, the user should either escape them with a leading backslash (not really practical), or we should think about an alternative delimiter.
Thanks!
Kevin-McIsaac, jonathanronen, Hubbitus, hmelberg, Skyfish1 and 6 more