MultiMarkdown and MathML - new feature and request for help
John Gruber
gruber at fedora.net
Sun Jun 11 12:30:36 EDT 2006
Fletcher T.Penney <fletcher at alumni.duke.edu> wrote on 6/10/06 at 5:02 PM:
> You can include math as an inline formula by using a markup similar
> to inline code, such as ``x^2 + y^2 = 1`` (note the double ``).
This conflicts with Markdown itself. In Markdown, you can use
multiple backticks as code delimiters so that you can include
literal backticks in the code span.
Input:
`` `backtick` ``
Output:
<code>`backtick`</code>
-J.G.
More information about the Markdown-Discuss
mailing list