remotes/1693045480750635534/spooky-22
Aevann1 2021-12-08 18:35:31 +02:00
parent f51ce88c0c
commit d3765493aa
1 changed files with 8 additions and 7 deletions

View File

@ -122,12 +122,6 @@ These Markdown tags format an entire paragraph of text at a time.
<tr>
<td>Code Block</td>
<td>```<br>Use three backticks above and below.<br>Or, indent the lines with four spaces.<br>```</td>
<td>
</tr>
<tr>
<td>Spoilers</td>
<td>&lt;s&gt; bussy > gussy &lt;/s&gt;</td>
<td><p class="spoiler">bussy > gussy</p></td>
<td>
<pre>
Use three backticks above and below.
@ -135,6 +129,11 @@ These Markdown tags format an entire paragraph of text at a time.
</pre>
</td>
</tr>
<tr>
<td>Spoilers</td>
<td>&lt;s&gt; bussy > gussy &lt;/s&gt;</td>
<td><p class="spoiler">bussy > gussy</p></td>
</tr>
</tbody>
</table>
@ -285,7 +284,6 @@ Text 2
<td>Italics</td>
<td>
&lt;i&gt;This&lt;/i&gt; is how you get italics.
<i>This</i> is how you get italics.
</td>
<td>
<i>This</i> is how you get italics.
@ -547,6 +545,9 @@ line breaks
overflow: auto;
}
}
pre {
color: var(--white) !important;
}
</style>
{% endblock %}