leeoniya / reMarked.js

client-side HTML > markdown
http://leeoniya.github.io/reMarked.js/
396 stars 97 forks source link

  characters not treated as whitespace #34

Closed leeoniya closed 10 years ago

leeoniya commented 10 years ago

followup to #32.

@andrewliang

leeoniya commented 10 years ago

i'm not convinced   should be treated as whitepace or even decoded to another escape sequence. markdown supports html within it. pretty sure any special entities should stay the way they are.

ghost commented 10 years ago

Yes you're right. After doing a few unit tests, I realize I made a mistake and I totally agree. I'm still kind of new to markdown. :)

leeoniya commented 10 years ago

there's now an option for converting  s to regular spaces. see readme.