Editing TWiki: Difference between revisions

From LZ Computing
Jump to navigation Jump to search
(Created page with "== Introduction to TWiki == == Tips and Tricks == * 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 c...")
 
Line 6: Line 6:
type
type
"---message to be filled---"
"---message to be filled---"
would yield
would yield \n
---message to be filled---
---message to be filled---
type
type

Revision as of 20:17, 20 March 2018

Introduction to TWiki

Tips and Tricks

  • 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 
 "---message to be filled---"

would yield \n ---message to be filled---

 type 
 "  ---message to be filled---"

would yield

 ---message to be filled---