Fletcher T.Penney <[EMAIL PROTECTED]> 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.
_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to