diff options
author | Vratko Polak <vrpolak@cisco.com> | 2024-03-05 13:25:39 +0100 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2024-03-05 13:25:39 +0100 |
commit | 2d314469073abbf7c46cae9a78fef10520610091 (patch) | |
tree | eca53002dda9e74bcacfcdcaf7ba7f661601d0b9 /docs/ietf/process.txt | |
parent | 79595af87341cb4c348364b092916a3230448e42 (diff) |
feat(ietf): MLRsearch draft-06
Change-Id: Ia9e22ba1eca74a32ae7141b1bd111bdb9baaddf3
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'docs/ietf/process.txt')
-rw-r--r-- | docs/ietf/process.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/ietf/process.txt b/docs/ietf/process.txt index f83e6bbc99..128c31bff1 100644 --- a/docs/ietf/process.txt +++ b/docs/ietf/process.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Cisco and/or its affiliates. +# Copyright (c) 2024 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -14,13 +14,15 @@ Commands to convert RFC text from .md (so I do not need to search next time). +Hints: https://www.rubydoc.info/gems/kramdown-rfc2629/ + Initial: $ sudo aptitude install ruby-rubygems $ sudo gem install kramdown-rfc2629 $ kdrfc --version Main: -$ kdrfc draft-ietf-bmwg-mlrsearch-05.md +$ kdrfc draft-ietf-bmwg-mlrsearch-06.md If that complains, do it manually at https://author-tools.ietf.org/ |