Editing TWiki: Difference between revisions
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== Twiki Tips and Tricks == |
== Twiki Tips and Tricks == |
||
=== Display box around code === |
|||
To enclose some content in a text box, simply start the content in a new line and type 2 spaces before the start of the content. |
|||
Example: |
Example: |
||
==== type ==== |
==== type ==== |
Latest revision as of 21:58, 6 April 2018
Introduction to TWiki
Twiki Tips and Tricks
Display box around code
To enclose some content in a text box, simply start the content in a new line and type 2 spaces before the start of the content. Example:
type
"Your code"
would yield
Your code
type
" Your code"
would yield
Your code