markdown-live-preview
markdown-live-preview copied to clipboard
Mathematical expressions in Markdown Live Preview
Mathematical expressions in Markdown Live Preview are not being rendered properly. For example, when using the syntax $O(n)$ --> $O(n)$ to display a mathematical expression, it is not detected or rendered.
Shouldn't be too complex to add, I'm going to try to add this by integrating KaTeX because marked alone doesn't support this math syntax.