Many thanks for this, trying out rdiscount now. Link you sent takes me
to a blank page at the moment. Following is link to rdiscount on
github.

http://github.com/rtomayko/rdiscount/tree/master

Andrew

On Aug 27, 10:12 am, Geffy <[EMAIL PROTECTED]> wrote:
> For Markdown processing the primary gem is the old, unmaintained,
> buggy BlueCloth. There's also now rdiscount and rpeg-markdown
> alternatives to BlueCloth. Both are more correct parsers and faster I
> believe.
>
> Readhttp://tomayko.com/writings/ruby-markdown-libraries-real-cheap-for-yo...
> for details.
>
> To use them, I've not tried this yet, but I think you have to have the
> following in your config/environment.rb, in this case for RDiscount
>
> begin
>   require 'rdiscount'
>   BlueCloth = RDiscount
> rescue LoadError
>   require 'bluecloth'
> end
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to