-
This is an example that doesn't seem to render properly. If bullets don't have an empty line before them, they are parsed as stars:
```
irb(main):020:0> markdown = Redcarpet::Markdown.new(Redcarpet…
-
Hi,
it seems that redcarpet doesn't handle links with IDN hostnames. For example:
``` ruby
r = Redcarpet::Markdown.new Redcarpet::Render::HTML, autolink: true
r.render "http://nantes.café-vie-privée…
nono updated
10 years ago
-
``` ruby
>> markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, autolink: true, tables: true)
>> markdown.render("\\#")
"#\n"
>> markdown.render("#\\#")
"\\\n"
>> markdown.render("\\#\n---")
…
-
I followed the instructions [here](https://github.com/vmg/redcarpet#and-you-can-even-cook-your-own) to implement my own header method. I want to generate headers with a pretty anchor link so users can…
-
Style:: comment, issue ...
https://help.github.com/articles/github-flavored-markdown
Example :
Function:
```
function test() {
console.log("notice the blank line before this function?");
}
```
…
-
Hi @scripts1988, thanks for your hard work on pre-work submission.
## Great things:
- You finish all required features
- Most of optional features added
- Clear README file and nice GIF
## …
-
1. ### Testing
this should work
2. ### Testing Again
When there is content indented between list items, headers should render properly, but redcarpet does not follow this pattern at all. The a…
-
wow_great_stuff
## URLは自動でリンク付されます。
http://example.com
## 間違えたテキストは
~~Mistaken text.~~
~~Mistaken text.~~
## 枠で囲う場合
```
function test() {
console.log("notice the blank line before this function?"…
-
``` ruby
class SCREAMING < Redcarpet::Render::HTML
def header(text, level)
super(text.upcase, level)
end
end
Redcarpet::Markdown.new(SCREAMING).render("# Hello")
```
**Output**: `NoMethodErr…
-
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
- […