Displaying 1 result from an estimated 1 matches for "g_escape_table".
2008 Jan 14
2
Possible bug in handling of HTML comments
It appears that Markdown will process ampersands contained within HTML  
comments if that comment is part of a markdown paragraph, but will not  
when that paragraph is contained within an HTML block of it's own (and  
therefore ignored by Markdown.)
For example:
This is a markdown paragraph with a comment that *will* be processed  
<!-- This & *will* be converted -->