Difference between revisions of "Hypertext Syntax"

From PKC
Jump to navigation Jump to search
Line 10: Line 10:
<nowiki>
<nowiki>
=Level1=
=Level1=
</nowiki>


<nowiki>
==Level2==
==Level2==
</nowiki>


<nowiki>
===Level3===
===Level3===
</nowiki>


<nowiki>
====Level4====
====Level4====
</nowiki>


<nowiki>
=====Level5=====
=====Level5=====
 
</nowiki>
</nowiki>  
</nowiki>  
||
||

Revision as of 01:14, 23 March 2022

Absolute Essential

Hierarchical Markdown

Use a number of balanced equal signs (=) to format the level of section titles. Larger number of equal signs indicates lower level.

Caption text
Input Content Rendered Result

=Level1=

==Level2==

===Level3===

====Level4====

=====Level5===== </nowiki>

Level1

Level2

Level3

Level4

Level5

Hyperlink to other pages

Transclusion from other pages

More Comprehensive Guides

  1. MediaWiki Syntax
  2. Citation