-
What about support of widely used [GitHub Flavored Markdown](http://github.github.com/github-flavored-markdown/)?
We need it. This dialect known as the Redcarpet.
-
In Rails6 the signature for TemplateHandlers apparently changed.
`#call` now requires two arguments (`template` and `source`). I will PR an easy fix, but do not know how to keep backwards compatibi…
-
Please see reproducible case:
https://gist.github.com/adamflorin/7045640
If I use a Markdown instance repeatedly to render text, and raise an error within a custom formatting callback, eventually Re…
-
I love Redcarpet, but it would be great to bring your own or outsource Markdown rendering to Tilt.
-
It seems current rdiscount gem doesn't support html5 tags. Is there any other options to customize it? Now I am using 'redcarpet' for markdown.
-
Currently there is no way to create multiline rows in markdown table.
Example:
```
| Column 1 | Column 2 | Column 3 |
| -------- | -------- | -------- |
| First line Second line | Text | Text …
-
As pointed out in #6446, using the `{% highlight %}` tag will result in output that is different from using triple backticks in Markdown.
* If this is intentional, it should be documented.
* If th…
-
Consider the following Markdown:
``` markdown
- a
- b
- c
- d - this link: [link](link.md) does appear
- e - this link: [link](link.md) does not appear
```
wh…
-
@pepelsbey I wanted to run this by you. I’ve enabled GitHub Flavored Markdown, which effectively removes the need for the `scripts/highlight.js` file. Now, all the syntax highlighting can be done at b…
-
Getting this build error in Travis CI:
```
$ gem --version
2.5.1
install.bundler
14.49s$ bundle install --jobs=3 --retry=3
Fetching gem metadata from http://rubygems.org/...........
Fetching addi…