-
5. Lists: You can create a bulleted list by prefacing each line with a dash or an asterisk. For example:
* Item 1
* Item 2
* Item 3
( or equivalent string `5. Lists: You can cre…
-
Switch markdown library from rdiscount to [Redcarpet](https://github.com/tanoku/redcarpet).
trans updated
12 years ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I added the redcarpet gem, and it "works" but the formatting is not fully how I'd like.
Instead of looking like this:
![screen shot 2015-07-21 at 2 02 29 pm](https://cloud.githubusercontent.com/a…
-
~~~
ERROR: Failed to build gem native extension.
current directory: /Library/Ruby/Gems/2.6.0/gems/redcarpet-3.5.0/ext/redcarpet
/System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin…
-
Used redcarpet over rdiscount for a reason. Include it.
-
This is markdown underline: _underlined_
This is ==highlighted==
This is a "quote"
```rb
def method
user.destroy
end
```
```
def method
user.destroy
end
```
```latex
\int_{…
-
Not sure what's causing this:
```
> ruby -e "require 'redcarpet'; puts Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true).render('d@example.coü')"
d@example.co��
› ruby -e "require 're…
-
I noticed that Commonmarker (v1.0.4) was performing worse than Kramdown for my own documents, which I wasn't expecting based on the [benchmarks](https://github.com/gjtorikian/commonmarker?tab=readme-o…
-
I want to fuzz [redcarpet][1] using `afl-ruby`.
I patched the original afl binary as required and saved the binary as `afl-fuzz-rb`.
After setting everything up I tried running afl with the comma…