forked from MarseyWorld/MarseyWorld
gdf
parent
f51ce88c0c
commit
d3765493aa
|
@ -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><s> bussy > gussy </s></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><s> bussy > gussy </s></td>
|
||||
<td><p class="spoiler">bussy > gussy</p></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
@ -285,7 +284,6 @@ Text 2
|
|||
<td>Italics</td>
|
||||
<td>
|
||||
<i>This</i> 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 %}
|
Loading…
Reference in New Issue