website/gems/lib/asciidoctor/ietf-rfc-link-inline-macro
2023-07-08 19:36:20 +08:00
..
extension.rb Create IETF RFC link inline macro 2023-07-08 19:36:20 +08:00
README.adoc Create IETF RFC link inline macro 2023-07-08 19:36:20 +08:00

Table of Contents

A shorthand for linking IETF RFCs.

Synopsis

rfc:$RFC[$CAPTION]

Where…

  • $RFC is the RFC number.

  • $CAPTION is the link text to be used. By default, it will be RFC$RFC.

Example usage

  • rfc:2136[] links to the RFC2136 (dynamic update) with the caption RFC2136.

  • rfc:2136[Dynamic DNS updates] is the same as the previous list item but with the caption text Dynamic DNS updates.