Automattic / Automattic/jetpack
Markdown: display latex output when using latex's Markdown notation.
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
#### Steps to reproduce the issue
After enabling markdown option in Jetpack-> settings -> writing, try below markup.
```
**This is a sample markdown page**
$f(x)$
$p(A\cup B)$
```
#### What I expected

#### What happened instead
The latex part was not rendered
We need this because, I could then write up articles in markdown entirely without worrying about latex part.
Contributor guide
Research direction
Enable Markdown in Jetpack settings and reproduce the issue with the sample markup containing $f(x)$ and $p(A\cup B)$. Trace the Markdown rendering path; done means the Markdown text remains rendered and the inline LaTeX expressions display as LaTeX output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- latex, markdown, php
- Domain
- content
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100