Replies: 1 comment 1 reply
-
The content is just regular restructuredtext, so you been to do the same as if it wasn't in a tabset, e.g. using code-block. See also: https://sphinx-design.readthedocs.io/en/furo-theme/tabs.html#tabbed-code-examples |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying insert multiple lines into a tab. When I build the docs, the text is all merged onto a single line. Just wondering: 1. is it possible to have multiple lines on a tab, and 2. if so, what syntax am I missing?
Here's an example of what I'm attempting:
And the output shows up as:
ufw allow ssh/tcpn ufw limit ssh/tcp ufw allow 9999/tcp ufw logging on ufw enable
Beta Was this translation helpful? Give feedback.
All reactions