On 12/31/06, John Gruber <[EMAIL PROTECTED]> wrote:
> Unless I'm forgetting something, the documentation is wrong. Or,
> more specifically, it is outdated. The idea is that there are no
> escapes in code spans. Just like with code blocks, the contents
> are treated literally. That means the only character you have to
> worry about escaping is '`' itself, and instead of escaping it
> with a backslash or something, the rule is just that you increase
> the number of backticks used as the code span delimiters such that
> if the contents of the code span contains N consecutive backticks,
> you use N+1 backticks to delimit the span.
>

> > Question 2:
> > What is the Markdown syntax for representing:
> > 1) an inline code span whose string is "`" (only a backtick)
>
> `` ` ``

So the spaces around the single "`" disappear?

-- 
Andrea Censi
      "Life is too important to be taken seriously" (Oscar Wilde)
Web: http://www.dis.uniroma1.it/~censi
_______________________________________________
Markdown-Discuss mailing list
Markdown-Discuss@six.pairlist.net
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to