-
This would be invalid:
```markdown
kramdown
: A Markdown-superset converter
Maruku
: Another Markdown-superset converter
```
Because the spacing between the colon and the definition i…
-
Hiya
Just like to report that the TableProcessor is not treating asterisks (*) that appear within table cells the same as native Kramdown (eg when TableProcessor has been disabled). You can see wit…
-
Octopress supports different markdown engines like [kramdown or maruku](http://jeffvautin.com/blog/2012/12/30/changing-the-octopress-markdown-engine/) . We can also change markdown itself to [Git Flav…
-
The Jekyll build script doesn't make a TOC from headings yet. In some documents, like `collections.md`, I'm using the markup for Kramdown's [automatic TOC generation](http://kramdown.gettalong.org/con…
-
This might ultimately not be a problem with kramdown, but I don't know the underlying citation policy that is relevant.
I had a document that had normative and informative references in my .md that…
-
https://github.com/apache/incubator-mxnet/blob/57d0ace3a9b89032896822dd27af870a9b446d83/docs/static_site/src/Gemfile.lock#L40
CVE-2020-14001 CVE-2021-28834
Recommended upgrade version:2.3.1
-
## My Environment
| Software | Version(s) |
| ---------------- | ---------- |
| Operating System | Windows, Ubuntu |
| `jekyll` | 3.8.6, 4.0.0 |
| `github-pages` | …
-
kramdown seems to treat CDATA like normal text in XML (HTML) parts of a markdown input.
```
$ kramdown -o html
^D
<![CDATA[
+-----------------------+
| Use XML, be Happy …
-
Using the script in https://github.com/NixOS/nixpkgs/issues/58823#issue-428345860, the following packages have vulnerable dependencies: ([full log](https://gist.githubusercontent.com/FliegendeWurst/2e…
-
I've been running into some performance issues with `for` loops being slow when iterating over lots of items. It seems that even when the `for` loop has no body it's still quite slow.
I've put togeth…