Questions tagged [rdiscount]

RDiscount is the Ruby binding to Discount, a fast Markdown to HTML processor with many syntax extensions.

More information can be found on the RDiscount project page.

31 questions
0
votes
1 answer

Possible to disable markdown within html parsing?

I'm using jekyll/gh-pages. Both Maruku and RDiscount are getting very confused with the following code:

hashA = entityA._roId + ':' + entityB._roId;
hashB = entityB._roId + ':' + entityA._roId;

if(…
Andrew
  • 3,332
  • 4
  • 31
  • 37
1 2
3