aboutsummaryrefslogtreecommitdiff
path: root/docs/dev-docs/pages/templates/doc.md
blob: a105af7935dde780b0f427851c7faf18240d4b52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<h1 align="center">Helpdoc Template</h1>
<p align="center">
    A template for writing documentation
</p>

When writing a Helpdoc, you can use the following template to draft

```markdown
<h1 align="center">Title</h1>
<p align="center">
    Description
</p>

Content here

<!-- To display playable code if needed -->
<!--<iframe
    src="../play/play.html?tur=default.md&amp;title=Title"
    height="600px"/>-->

<p align="center" style="font-size: 0.85em; color: gray;">
    Written by @Your-Name
</p>
```

<p align="center" style="font-size: 0.85em; color: gray;">
    Written by @Weicao-CatilGrass
</p>