kramdown icon indicating copy to clipboard operation
kramdown copied to clipboard

kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.

Results 41 kramdown issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/gettalong/kramdown/issues/692, here's a pull request to make footnotes accessible to screen readers.

I'm using kramdown as the default markdown engine in jekyll. Normally it renders entities correctly, even obscure ones like the capital Greek digamma (Ϝ which in some fonts looks vaguely...

enhancement

Documents published on GOV.UK are authored in Markdown, and it was recently discovered that footnotes and footnote backlinks are not handled well by screen readers used by user with accessible...

When converting back to a lightweight markup syntax (such as Markdown to Markdown) it would be helpful if the link defs found by the parser were made available to the...

enhancement

Run the following: ``` s = :numeric ).to_html puts h ``` The output is: ``` Technical Details </span>     ``` The bug is the extra `</span>` inserted into the text....

I am trying to convert the below markdown text to html. Input Markdown Image and link tags with odd (3) number of `_`: ``` ![alt-assets/Wetter___stats.jsp.png](https://gitlab.com/user501254/Wetter/raw/b80b165a57036319d80d3e59919c3fa1a4719eb7/assets/Wetter___stats.jsp.png) [alt-assets/Wetter___stats.jsp.png](https://gitlab.com/user501254/Wetter/raw/b80b165a57036319d80d3e59919c3fa1a4719eb7/assets/Wetter___stats.jsp.png) ``` The above should...

In reference to https://github.com/gettalong/kramdown/issues/582.

Consider a file `test.md` with the following contents: ~~~ kramdown item : para ~~~ Caution: This has (and requires) a (horizontal) blank after the colon. Let's try kramdown on it:...

bug

Not sure whether this is intended behavior. It certainly irritates me: ~~~ shell $ kramdown

Hi, I'm using kramdown for static site generation and I have lots of links / anchor tags in my outputted html. When a user clicks on one of my external...

enhancement