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

Are PI's documented?

Open CxRes opened this issue 2 years ago • 2 comments

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

CxRes avatar Sep 25 '23 13:09 CxRes

kramdown-rfc just hands through PIs, except for <?line ±nnn?> ones. (The code for this is at https://github.com/cabo/kramdown-rfc/blob/master/lib/kramdown-rfc2629.rb#L964 .) I don't think the way xml2frc then reacts on those PIs is documented (current RFCXMLv3 ideology is that we shouldn't be using PIs at all, but then we do); you may want to ask the same at https://github.com/ietf-tools/xml2rfc/issues

cabo avatar Sep 25 '23 14:09 cabo

Issue filed: https://github.com/ietf-tools/xml2rfc/issues/1035

CxRes avatar Sep 25 '23 14:09 CxRes