justinvh / Markdown-LaTeX

This Markdown extension adds inline LaTeX support without the need for external images.
Other
127 stars 15 forks source link

Typing in an actual $? #3

Closed shuhaowu closed 13 years ago

shuhaowu commented 13 years ago

How would I type an actual $ or %?

justinvh commented 13 years ago

You just escape them. For example: %This is a test to make sure \% shows up in \% mode.% and $Hello, \$world$ and in regular mode just escape them as well.

shuhaowu commented 13 years ago

Thanks.