leeoniya / reMarked.js

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

bold missing? #17

Closed bootstraponline closed 12 years ago

bootstraponline commented 12 years ago

<b>bold</b> becomes bold

leeoniya commented 12 years ago

you might also want to update your livepreview.js with the recently added options https://github.com/leeoniya/reMarked.js/blob/master/README.md

on the other hand, you only need to pass in those opts for which you want to change the default settings. if you're not changing the defaults, there is no need to pass in any options at all.

bootstraponline commented 12 years ago

Thanks! I'm just using the defaults for now so that's good to know the options object isn't required.

I think the indentation on 239b73a is slightly off.

leeoniya commented 12 years ago

it's intentional since they just inherit from the lines above them.