chmllr / notehub

A pastebin for markdown pages.
MIT License
273 stars 33 forks source link

Nested bullets only work in the preview #24

Closed Ajedi32 closed 8 years ago

Ajedi32 commented 9 years ago

Source:

This is a test

* Bullet 1
  * Nested

Result: https://www.notehub.org/2015/9/7/this-is-a-test

chmllr commented 9 years ago

Thanks for the bug report! I'm currently middle in the migration of NoteHub to Node.js, so this will be fixed automatically, because only marked.js will be used in the future both on the client & server side.

Ajedi32 commented 9 years ago

Sounds good, thanks for letting me know.

chmllr commented 8 years ago

Works as expected now.