ietf-tools / author-tools

Author Tools
https://author-tools.ietf.org
BSD 3-Clause "New" or "Revised" License
37 stars 30 forks source link

ability to process a kramdown-rfc md file with include statements #497

Open ajeanmahoney opened 4 months ago

ajeanmahoney commented 4 months ago

Description

kramdown-rfc can process a md file that contains include statements. These statements tell kramdown-rfc to include the contents of separate files that, for instance, contain graphics or test vectors. author-tools can process a kramdown-rfc file that has these statements, but it doesn't actually include the file specified by the statement in the output. draft-ietf-sframe-enc.md, which uses include statements to incorporate test vectors, can be used to see this issue.

Code of Conduct