diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-10-22 10:27:10 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-10-22 10:27:10 +0200 |
commit | f95f0a19ba4246731a9d055578892520dab41204 (patch) | |
tree | 1fc3123119c6a21d18d27f0c5ce7f6f5ab046e58 /docs/ietf/process.txt | |
parent | 238e4f708df60152df5446f5c7a2d7ff7365a109 (diff) |
feat(ietf): Ship MLRsearch draft-08
There are still TODOs, commented-out to not be visible in text.
Change-Id: Ic9125ac9d0c5826f04b7f953ecd44d6626a55e49
Signed-off-by: Maciek Konstantynowicz <mkonstan@cisco.com>
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/ietf/process.txt')
-rw-r--r-- | docs/ietf/process.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/ietf/process.txt b/docs/ietf/process.txt index 6492861163..f1545e96e8 100644 --- a/docs/ietf/process.txt +++ b/docs/ietf/process.txt @@ -14,15 +14,18 @@ Commands to convert RFC text from .md (so I do not need to search next time). -Hints: https://www.rubydoc.info/gems/kramdown-rfc2629/ +Hints: ++ https://www.rubydoc.info/gems/kramdown-rfc2629/ ++ https://github.com/cabo/kramdown-rfc ++ https://www.rfc-editor.org/materials/FAQ-xml2rfcv3.html Initial: $ sudo aptitude install ruby-rubygems -$ sudo gem install kramdown-rfc2629 +$ sudo gem install kramdown-rfc $ kdrfc --version Main: -$ kdrfc draft-ietf-bmwg-mlrsearch-07.md +$ kdrfc draft-ietf-bmwg-mlrsearch-08.md If that complains, do it manually at https://author-tools.ietf.org/ |