-
What u think about?
![captura de pantalla 2014-02-11 a la s 13 19 49](https://f.cloud.github.com/assets/5833678/2139951/85bc6e0a-9345-11e3-817e-593b1de82866.png)
[Commit](https://github.com/mois3x/c…
-
Markdowndeep and Github support indented blocks as `` or code blocks. Github also has the [Syntax Highlighting](https://help.github.com/articles/github-flavored-markdown#syntax-highlighting) format.
…
-
I have a text field in markdown, but I don't want to allow the use of headings (h1, h2, etc.).
Is it possible to disable headings recognition in redcarpet?
Is it possible to selectively enable …
-
Hello, when I run grunt I receive this message
Markdown processor: "redcarpet" is not a valid Markdown processor.
Available processors are: kramdown
Conversion error: Jekyll…
-
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```
-
### Steps to reproduce the problem
1. Upgrade to 4.0.0rc1
2. The setting is still in HTML format
3. Check /about page
4.
...
### Expected behaviour
HTML comment is not rendered as plain text
…
-
```
> Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("")
=> "\n"
> Redcarpet::Markdown.new(Redcarpet::Render::HTML).render("")
=> "\n"
> Redcarpet::Markdown.new(Redcarpet::Render…
-
```
$ /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --version
-bash: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby: No such file or directory
```
```
$ /us…
-
-
This is a really useful feature for dev markdown documents:
```ruby
require 'redcarpet'
markdown = Redcarpet.new("Hello World!")
puts markdown.to_html
```
https://help.github.com/articles/cr…