cloudhead/toto

Does the current 'rdiscount' gem support html5 tags?

Opened this issue · 6 comments

It seems current rdiscount gem doesn't support html5 tags. Is there any other options to customize it? Now I am using 'redcarpet' for markdown.

ixti commented

RDiscount still have some problms with HTML5: davidfstr/rdiscount#21
Anyway, personally I prefer redcarpet - it provides more interersting things like:

``` ruby
# github flavoured markup
```

I think we should be using redcarpet instead of RDiscount. :)

ixti commented

So do I :))

I have made some updates, changed to redcarpet, added categories and tagcloud methods in core. If you dont mind, could you please take a look into it? (I am a ruby newbie and learning it on the fly :)

ixti commented

:)) I have these changes made for myself as well long ago: https://github.com/ixti/toto
If you will send me an URL - I will review your code, no problem :))

https://github.com/shameerc/toto/blob/master/lib/toto.rb
I have pushed latest changes here. please let me know your suggestions . :)
Thanks