43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
<details>
|
|
<summary>babycode guide</summary>
|
|
<ul>
|
|
<li>Loose links will be converted to clickable links automatically</li>
|
|
<li>[b]<b>bold</b>[/b]</li>
|
|
<li>[i]<i>italic</i>[/i]</li>
|
|
<li>[s]<del>strikethrough</del>[/s]</li>
|
|
<li>[url=https://example.com]<a href="https://example.com">labeled URL</a>[/url]</li>
|
|
<li>
|
|
[ul] and [ol] are unordered and ordered lists:
|
|
<details>
|
|
<summary>Show list example</summary>
|
|
<pre><span class="copy-code-container"><button type=button class="copy-code" value="[ul]
|
|
item 1
|
|
|
|
item 2
|
|
|
|
item 3
|
|
still item 3 (break line without inserting a new item by using two spaces at the end of a line)
|
|
[/ul]">Copy</button></span><code>[ul]
|
|
item 1
|
|
|
|
item 2
|
|
|
|
item 3
|
|
still item 3 (break line without inserting a new item by using two spaces at the end of a line)
|
|
[/ul]</code></pre>
|
|
</details>
|
|
</li>
|
|
<li>
|
|
[code]with<br>line breaks[/code] will produce a code block:
|
|
<details>
|
|
<summary>Show code block example</summary>
|
|
<pre><span class="copy-code-container"><button type=button class="copy-code" value="with
|
|
line breaks">Copy</button></span><code>with
|
|
line breaks</code></pre>
|
|
</details>
|
|
</li>
|
|
<li>[code]<code class="inline-code">with no line breaks</code>[/code]</li>
|
|
<li><code class="inline-code">---</code> will create a horizontal rule for separating content</li>
|
|
</ul>
|
|
</details>
|