-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
When writing RFCs, we are limited to 69 columns (72 columns in an emergency) for plaintext output (SVG for HTML and PDF are unrestricted).
I can easily squash 4 columns by removing the indentation for the diagram:
cri-reference:
╭──────────────────────────────────────>───────────────────────────────────────╮
│ │
│ ╭─────────────────────>─────────────────────╮ │
│ │ │ │
│ │ ╭──────────────>──────────────╮ │ │
│ │ │ │ │ │
│ │ │ ╭──────>───────╮ │ │ │
│ │ │ │ │ │ │ │
│├──╯──╮── scheme ── authority ──╭──╯── path ──╯── query ──╯── fragment ──╰──╰──╰──╰──┤│
│ │
╰──────── discard ────────╯
The ideal way to handle this would be to be able to give a column limit to rrtext/rrutf8 and let kgt figure it out...
A simple space-saving flag (e.g., remove spaces around scheme, authority..., making │├── and ──┤│ vertical) would already help.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels