You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Aha. I actually want this feature for responsive HTML output too. It'd be the same mechanism; target a particular width (and in the case of HTML, render out for various widths and select between them with a media query).
I did some coding for this, I have WIP stuff that I haven't finished off and pushed upstream.
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:
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.The text was updated successfully, but these errors were encountered: