mirror of
https://github.com/golang/go
synced 2024-11-05 21:26:11 -07:00
25 lines
230 B
Markdown
25 lines
230 B
Markdown
|
# Title
|
||
|
Subtitle
|
||
|
|
||
|
Name
|
||
|
|
||
|
## Heading
|
||
|
|
||
|
Text
|
||
|
on two lines.
|
||
|
|
||
|
More text.
|
||
|
|
||
|
---
|
||
|
<h1>Title</h1>
|
||
|
<h2>Subtitle</h2>
|
||
|
<author>
|
||
|
<p>Name</p>
|
||
|
</author>
|
||
|
<section>
|
||
|
<h2 id="TOC_1.">Heading</h2>
|
||
|
<p>Text
|
||
|
on two lines.</p>
|
||
|
<p>More text.</p>
|
||
|
</section>
|