81 lines
1.4 KiB
HTML
81 lines
1.4 KiB
HTML
{{ template "header" . }}
|
|
|
|
{{ template "style" }}
|
|
|
|
<div class="container-fluid mt-5 docs">
|
|
<div class="container dynamic-bg dynamic-post">
|
|
<h2>message formating convention</h2>
|
|
|
|
<div class="docs-subheader" id="code_blocks">
|
|
<h3><a href="#code_blocks">Code blocks</a></h3>
|
|
<p>
|
|
Put your code betwen <i>====</i>
|
|
<div id="code_example1">
|
|
<pre>
|
|
====
|
|
for i in $(seq 1 25); do
|
|
sleep 1
|
|
done
|
|
====
|
|
</pre>
|
|
</div>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="docs-subheader" id="headers">
|
|
<h3><a href="#headers">Headers</a></h3>
|
|
<p>
|
|
Put your header after <i>==</i> from the beginning of line
|
|
<div id="code_example2">
|
|
<pre>
|
|
== This is my header!
|
|
|
|
Regular text
|
|
</pre>
|
|
</div>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="docs-subheader" id="quotes">
|
|
<h3><a href="#quotes">Quotes</a></h3>
|
|
<p>
|
|
Simple quoting
|
|
<pre>
|
|
>> Double quote
|
|
> Quoted text
|
|
|
|
Answer
|
|
</pre>
|
|
</p>
|
|
<p>
|
|
Quoting with an author name
|
|
<pre>
|
|
Author> Quoted text
|
|
|
|
Answer
|
|
</pre>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="docs-subheader" id="links">
|
|
<h3><a href="#links">Links</a></h3>
|
|
<p>
|
|
Links to the message
|
|
<pre>
|
|
ii://LzGnRCl9R0pwz6JHdShE
|
|
</pre>
|
|
</p>
|
|
<p>
|
|
Links to the echo
|
|
<pre>
|
|
ii://pipe.2032
|
|
</pre>
|
|
</p>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
{{ template "footer" . }}
|