-
@mbuttler found a (slightly esoteric) bug in https://github.com/lord/slate/issues/715, and I think Smartypants might be causing the problem? Here's a minimal example:
```ruby
require "redcarpet"
…
-
Two extra trailing spaces + hard_warp: true => extra inserted:
```
markdown_renderer = Redcarpet::Markdown.new(
Redcarpet::Render::HTML.new(hard_wrap: true),
)
markdown_renderer.render("hell…
-
I'm trying to render a readme from someone's Git repo with redcarpet with `:fenced_code_blocks` enabled but the author of [this markdown file](https://github.com/code-iai/ros_emacs_utils/blob/master/R…
-
Can we use something like [Redcarpet](https://george-hawkins.github.io/basic-gfm-jekyll/redcarpet-extensions.html#with_toc_data) to automatically make headers in 18F pages linkable?
-
Hello, I have problems.
`markdown = Redcarpet::Markdown.new(Redcarpet::Render::HTML, no_intra_emphasis: true)`
`markdown.render('foo_bar_baz')`
`=> "foo_bar_baz\n"`
It's works nice. But rendering ru…
-
> Note: I posted this on [jgm/CommonMark#308](https://github.com/jgm/CommonMark/issues/308) too, in the hope that one of these two projects would update their title rendering to have at least one meth…
-
[Describe your issue here. Try to be as specific as possible so we can find
the root cause more quickly!]
## Steps to reproduce
1. Set redcarpet as parser
2. Create new file
3. Write like:
```…
-
As jekyll 4.0 has dropped support of redcarpet, build fails with latest jekyll installed by gem.
-
``````
Describe in detail the new feature you would like to see added
-> What new capabilities would you like to see added to the API?
Code formatting in Hangout messages
Describe your use case, or …
-
First of all, thanks for the nice package!
I think the preview command should be configurable, `redcarpet` is not right for everyone.