Skip to content

Support asciimath in Markdown fieldsย #1918

@Phyks

Description

@Phyks

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions