rdiscount icon indicating copy to clipboard operation
rdiscount copied to clipboard

Discount (For Ruby) Implementation of John Gruber's Markdown

Results 9 rdiscount issues
Sort by recently updated
recently updated
newest added

Looks like issue #38 is back. Given the following: ```ruby content = "Hello *github* p{margin:5px} " puts RDiscount.new(content).to_html ``` Expected output (since filter_styles was not enabled): ```html Hello github p{margin:5px}...

community_support

(Currently RDiscount 2.2.0.2 is on Discount 2.2.0.) Should fix the following issues: * #129 * #130 * #137 Tasks: * [ ] Upgrade Discount. Make it build locally. * [...

feature

[Jekyll 4.0 removes support for the RDiscount Markdown processor from the core](https://talk.jekyllrb.com/t/jekyll-4-0-many-markdown-engines-removed-reason/5912), relying on the wider community to create a plugin for processors like RDiscount. This issue tracks efforts to...

feature

Hi guys, I try to generate table of content with rdiscount, and the `_config.yml` file is: ``` markdown: rdiscount rdiscount: extensions: - generate_toc ``` But i just found rdiscount seems...

willfix

Hi. I do not know if LaTeX is officially supported, but that would be great to have it. Look at the following formula: ``` $$ M = \left\\{ c \in...

feature

These commits make RDiscount a thinner layer over the Discount library. They introduce the following backwards-incompatible changes: - SmartyPants is now enabled by default, because that's the default behavior of...

upstream

Tests do not run. Major rework required I think. (*Edited by @davidfstr for clarity*) ``` rake test Loaded suite /home/l33tname/.asdf/installs/ruby/3.2.1/lib/ruby/gems/3.2.0/gems/rake-13.0.6/lib/rake/rake_test_loader Started /home/l33tname/git/github/rdiscount/test/markdown_test.rb:145: [BUG] Segmentation fault at 0x000000000000002f ruby 3.2.1 (2023-02-08...