> You get the idea. This mostly becomes a problem when writing technical
> docs with frequent chunks of embedded code, and the solution would
> appear to be to have different markup for begin-block and end-block.
> This is the approach that the Trac wiki syntax takes, using
>
> {{{
> chunk of code here
> }}}


This is also the approach of the Google Code wiki syntax. As well, the
language for language-specific syntax highlighting can be specified
via:

{{{{Python}
print "hello world"
}}}

Just a data point. I missed the earlier part of this discussion.

Cheers,
Trent

-- 
Trent Mick
[EMAIL PROTECTED]
_______________________________________________
Markdown-Discuss mailing list
[email protected]
http://six.pairlist.net/mailman/listinfo/markdown-discuss

Reply via email to