Wiki Help :: Wiki Help/TightWiki Logo.png

Markup


Overview
Basic formatting included bold, italics, underline, font-size, etc.

Basic Formatting
Formatting is applied when special characters that dictate the format are encountered and terminated with a second occurrence of the pattern.

Bold
Example using ** (make bold):

This is a single line where **some of the content** has been made bold.


Produces:
This is a single line where some of the content has been made bold.

Italics
Example using // (make italic):

This is a single line where //some of the content// has been made italic.


Produces:
This is a single line where some of the content has been made italic.

Underline
Example using __ (make underline):

This is a single line where __some of the content__ has been underlined.


Produces:
This is a single line where some of the content has been underlined.

Highlighted
Example using !! (make highlighted):

This is a single line where !!some of the content!! has been highlighted.


Produces:
This is a single line where some of the content has been highlighted.

Strikethrough
Example using ~~ (make strikethrough):

This is a single line where ~~some of the content~~ has been struck through.


Produces:
This is a single line where some of the content has been struck through.

Font Size
Using the cart symbols, you can incrementally increase the size of an entire line. The more carets you prefix the line with, the larger the text will become - up to 6.
Example using ^^ (make larger):

^^This is a single line where the entire line has been made larger.


Produces:
This is a single line where the entire line has been made larger.

Another few examples:

^^^This is a single line where the entire line has been made larger.


produces: (and a few more examples)
This is a single line where the entire line has been made larger.
This is a single line where the entire line has been made larger.
This is a single line where the entire line has been made larger.

Related


Last modified by admin @ 12/20/2022 10:52:19 AM