kramdown-asciidoc
kramdown-asciidoc copied to clipboard
A kramdown extension for converting Markdown documents to AsciiDoc.
I found a case that seems like a bug in Asciidoc's handling of continuation of lists, however it could be avoided if the continuation of list is created within a...
I built a quick and dirty [Markdown to Asciidoctor converter](https://github.com/dohliam/markdoctor) for one-off documents that can be quickly converted in the browser. It uses a very naive series of regexes to...
Given that the writer is a structured writer, it makes sense for it to track the heading level like it does the list depth. Add the APIs necessary to use...
To handle cases when raw HTML gets left behind, add an option to either drop it or convert it to plain text. Currently, raw HTML is escaped using a triple-plus...
Add an option named `:relfileprefix` to control the prefix that is prepended to interdocument references (i.e., source to source links). This option is important for Antora, which requires interdocument references...
Add a map option to rewrite / normalize source languages. This would allow languages like `bash` to be rewritten as `console`.
Considering your input from #115, I don't know if this is down to the converter or it shall go upstream. This will work after being translated: ```markdown  ```...
The following list within a table cell ```md | Title | Description | |---------|-------------| | Foo | some structured information as twoitems | ``` renders just fine in GitHub flavoured...
I absolutely love `--wrap=ventilate`, but unfortunately it also wraps after some abbreviations such as … * `e.g.` * `i.e.` * `vs.` It would be delightful, if `kramdown-asciidoc` would check if...