kramdown-rfc icon indicating copy to clipboard operation
kramdown-rfc copied to clipboard

An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser

Results 91 kramdown-rfc issues
Sort by recently updated
recently updated
newest added

When describing an ordered sequence of steps (e.g., in pseudocode in a draft), it's nice to present them as an ordered list (e.g. 1,2,3,4) rather than unordered (just bullets). However,...

I am explaining to someone from another SDO what they can/must provide as author information for our draft. The [README.md](https://github.com/cabo/kramdown-rfc?tab=readme-ov-file#the-yaml-header) file has an excellent example with lots of fields, but...

In RFCXML, a reference to an errata report is constructed like the following to match the [Web Portion of the Style Guide](https://www.rfc-editor.org/styleguide/part2/#ref_errata): ``` Erratum ID 1912 RFC Errata RFC 2978...

Running 1.71. on a Mac under Sonoma yields the following, before successfully completing and making a nice XML file. These are due to the fact that the Mac's Ruby is...

Hi, I'd like to generate v3 rfc xml and I found that there's `--v3` option but when I then process the resulting file with [`idnits`](https://pypi.org/project/idnits/) it complains about the missing...

Surrounding a word in triple brackets, so that it is added to the index is causing the word to vanish? Input: ``` This (((!vanishes))). This also (((vanishes))). ``` Output ```...

README file states that `kramdown-rfc` will use `tex2svg` from https://github.com/mathjax/MathJax-demos-node/blob/master/direct/tex2svg But this is not true. I think kramdow-rfc uses `tex2svg` from https://github.com/mathjax/mathjax-node-cli `kramdown-rfc` specifies `--font` flag and `--speech` flag in...

Are the available PI's documented somewhere? Alternatively, can you point me where in the code I can look at them?

This is a complicated one to explain. Please see the attached test case. When the `*[Accept-Events]:` abbrev links to `#foo` (L94), an id attached to a section heading, a spurious...