Typography
Formatting text
Polifonic support bold, italic, underscored, deleted, superscript, subscript text anywhere in the body of your pages.
**text in bold** | text in bold |
//text in italic// | text in italic |
__underscored text__ | underscored text |
<del>deleted or strikethrough text</del> | |
''monospaced text'' | monospaced text |
<sup>superscript text</sup> | 103, 3ème |
<sub>subscript text</sub> | CO2 |
_[boxed text]_ | boxed text |
Combining text formats
You can combine the formats above in any order. This text displays a combination of monospaced, italic and bold formats
.
However, you must take care to "close" them in the reverse order in which you created them.
For example, __**bold underlined text**__ is correct. __**bold underline__** is incorrect.
The boxed
format can also be applied to entire paragraphs.
Paragraphs
Leave a blank line to indicate a new paragraph.
Nulla cum per sed dictumst morbi fringilla ac parturient sagittis varius fringilla suscipit phasellus mi lacinia platea consectetur porttitor. Id id gravida vivamus est vestibulum suspendisse imperdiet mi pulvinar ligula amet tristique natoque ultricies sociosqu interdum cum odio ut volutpat tellus mi.
Nulla cum per sed dictumst morbi fringilla ac parturient sagittis varius fringilla suscipit phasellus mi lacinia platea consectetur porttitor.
Id id gravida vivamus est vestibulum suspendisse imperdiet mi pulvinar ligula amet tristique natoque ultricies sociosqu interdum cum odio ut volutpat tellus mi.
Headings
This is a level 1 heading
====== This is a level 1 heading ======
This is a level 2 heading
===== This is a level 2 heading =====
This is a level 3 heading
==== This is a level 3 heading ====
This is a level 4 heading
=== This is a level 4 heading ===
This is a level 5 heading
== This is a level 5 heading ==
This is a level 6 heading
=This is a level 6 heading=
Horizontal line
Use 4 dashes to include a horizontal line in your page.
----
In some instances, you may have to include a blank line before the horizontal line:
----
Forced line breaks
Use %%\\%%
to force a line break (new line).
Fire and Ice (Robert Frost)
Some say in ice.\\
From what I've tasted of desire\\
I hold with those who favor fire.\\
But if it had to perish twice,\\
I think I know enough of hate\\
To say that for destruction ice\\
Is also great\\
And would suffice.
Some say the world will end in fire,
Some say in ice.
From what I've tasted of desire
I hold with those who favor fire.
But if it had to perish twice,
I think I know enough of hate
To say that for destruction ice
Is also great
And would suffice.