redcloth
redcloth copied to clipboard
RedCloth is a Ruby library for converting Textile into HTML.
**Introduction:** To accurately demonstrate and test the issue, I set up two virtual servers on Hetzner Cloud, each with a different architecture: one server utilizes an arm64 (Ampere) processor, and...
When using the RedCloth gem under Ruby on Rails in a Docker container on an Apple M1 system, the string get truncated just before the first non-ascii character. The problem...
### In this PR - Solves: #49 - Heavily based on and replaces: #19
We use both active admin and redcloth. Redcloth maps `t` helper to `textlize` and that breaks active admin views which expect `t` to mean `translate` . Is there a way...
Textile-lang documentation presents a [syntax for auto-numbered notes](https://textile-lang.com/doc/auto-numbered-notes) called **endnotes**: ```textile The sun is reportedly hot,[#hot] just like freshly baked potatoes.[#hot] Ice is cold.[#cold] note#hot. Ouch. note#cold. Brrr. notelist. ```...
E.g. a license key "ag5r-1x1a-grtz" is replaced with "ag5r-1×1a-grtz"
We need RedCloth to work on JRuby, since it is used by many applications. Support for JRuby was removed around April 2016 during work on CVE-2012-6684. What can we do...
Hi, I am using a theme with Jekyll that automatically uses JS to create a table of contents (TOC) to have anchors within the page. This requires that each heading...
Hey in our project we use .textile files and we are looking into including variables into the files. Is it currently possible or will this be possible in the future?
@jgarber Are you aware of this issue? any quick-around you can suggest for this to get working? Currently, the gem includes a behavior that automatically adds a span tag around...