Adding a "Safe" option?

Michel Fortin michel.fortin at michelf.com
Mon Apr 26 22:22:17 EDT 2004


Anyway, it won't work for the `<` either since Markdown change any 
html-encoded character in code like this:

	&lt;tag&gt;

into this:

	&amp;lt;tag&amp;gt;


Michel Fortin
michel.fortin at michelf.com
http://www.michelf.com/

Le 26 avr. 2004, à 21:58, Daniel Axelrod a écrit :

> On Monday, April 26, 2004, at 09:30  PM, Jon Hart wrote:
>>>  Am I overlooking anything, functionality-wise?
>> Surely the way to handle this is to convert an <  or  > to their 
>> respective html encoded strings.
>
> This would be great, except that `>` already has a meaning in 
> Markdown: when it appears at the beginning of a line, it designates a 
> blockquote.
>
> _______________________________________________
> Markdown-discuss mailing list
> Markdown-discuss at six.pairlist.net
> http://six.pairlist.net/mailman/listinfo/markdown-discuss
>



More information about the Markdown-discuss mailing list