Markdown rendering differently
Andy Fragen
lists at thefragens.com
Thu Jan 20 17:20:04 EST 2005
*This message was transferred with a trial version of CommuniGate(tm) Pro*
I'm using Markdown from the command line using the following syntax.
% echo "string to process" | perl Markdown.pl
If I run % echo "$" | perl Markdown.pl, I get <p>$</p> -- expected
If I run % echo "$8" | perl Markdown.pl, I get nothing. I would expect
<p>$8</p>
If I run % echo "$56" | perl Markdown.pl, I get <p>6</p>, I expect <p>$56</p>
Why is this happening? If I escape the '$' then it renders as expected.
Should I have to escape it?
--
Andy Fragen
More information about the Markdown-Discuss
mailing list