Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support LaTeX embedded formulation rendering in Markdown #239

Closed
ewinnington opened this issue May 29, 2019 · 1 comment
Closed

Support LaTeX embedded formulation rendering in Markdown #239

ewinnington opened this issue May 29, 2019 · 1 comment

Comments

@ewinnington
Copy link

Is your feature request related to a problem? Please describe.
I would like to embed LaTeX formulas in the markdown portion of the document. This would allow to document the math accompanying the code.

Describe the solution you'd like
Similar to ipython notebooks, use a MathJax-aware renderer to render the markdown to html. See this page for inspiration

A typical formula to render would be:

\sum ^{n}_{i=0}\left(x_{i}+a_{i}y_{i}\right)

Example image generated by QuickLatex
ql_936d1b4a65095efde82157191fee6b09_l3

Describe alternatives you've considered
LaTeX formulas could be pre-rendered before or at launch, either by dotnet try or by another tool and shown as images.

@colombod
Copy link
Member

The PR #243 enables the use of math and latex in markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants