. These apply anywhere you insert them.
Description You type You get
Inserted
(Displays as underline in most browsers)
Inserted
or
Underline
Inserted
or
Underline
Deleted
(Displays as strike-through in most browsers)
Strike-through
or
Deleted
Strike-through
or
Deleted
Fixed width text
Source code
or
Fixed width text
Source code
or
Fixed width text
Blockquotes
Text before
Blockquote
Text after
Text before
Blockquote
Text after
Quotes
This is a quotation
The q element must not be used in place of quotation marks that do not represent quotes; for example, it is inappropriate to use the q element for marking up sarcastic statements.[1]
"This is a quotation"
Comment
Comments are visible only
in the edit zone.
Comments are visible only in the edit zone.
Completely preformatted text
Text is '''preformatted''' and
''markups'' '''''cannot''''' be done
For marking up of preformatted text, check the "Preformatted text" entry at the end of the previous table.
Text is '''preformatted''' and
''markups'' '''''cannot''''' be done
Customized preformatted text
Text is '''preformatted'''
with a style and
''markups'' '''''cannot''''' be done
A CSS style can be named within the style attribute.
Text is '''preformatted'''
with a style and
''markups'' '''''cannot''''' be done
continued:
Description You type You get
Default preformatted text has a CSS attribute (white-space: pre-wrap;) to wrap the text according to available width
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.
Customized preformatted text with disabled text wrapping
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.
This long sentence is used to demonstrate text wrapping. This additional sentence makes the text even longer. This additional sentence makes the text even longer.
Inserting symbols
https://www.mediawiki.org/wiki/Help:Formatting