about summary refs log tree commit diff stats
path: root/wikipages/template.wiki
blob: 1f8a0d37951ce0c4f3d635c6098d20de00850ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!--
    author:
    title:
    description:
-->

<h2>Page Title</h2>

<p>paragraph content</p>

<code>inline filesystem paths, commands, etc</code>

<div class="code">code blockquote</div>

<ul>
    <li>bulleted list item</li>
</ul>

<a href="/wiki">Back to Wiki</a>