jgarber / redcloth

RedCloth is a Ruby library for converting Textile into HTML.
Other
443 stars 113 forks source link

bignum too big to convert to long #45

Open bart3r opened 6 years ago

bart3r commented 6 years ago

I get the following error:

>> RedCloth.new("#2160431456 The lazy Dogs" ).to_html
RangeError Exception: bignum too big to convert into `long'

Is there a way to ignore the hash symbols as ordered lists ? Instead, I'd just like to show the text without a list.