forked from MarseyWorld/MarseyWorld
master
parent
4f068a1ec4
commit
160ea42368
|
@ -142,6 +142,55 @@ We also have some custom hooks for mentioning users and subreddits. Note that th
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
{% filter markdown %}
|
||||||
|
|
||||||
|
## Custom HTML
|
||||||
|
|
||||||
|
And we allow custom HTML in most places
|
||||||
|
|
||||||
|
Allowed tags:
|
||||||
|
|
||||||
|
- b
|
||||||
|
- blockquote
|
||||||
|
- br
|
||||||
|
- code
|
||||||
|
- del
|
||||||
|
- em
|
||||||
|
- h1
|
||||||
|
- h2
|
||||||
|
- h3
|
||||||
|
- h4
|
||||||
|
- h5
|
||||||
|
- h6
|
||||||
|
- hr
|
||||||
|
- i
|
||||||
|
- li
|
||||||
|
- ol
|
||||||
|
- p
|
||||||
|
- pre
|
||||||
|
- strong
|
||||||
|
- sub
|
||||||
|
- sup
|
||||||
|
- table
|
||||||
|
- tbody
|
||||||
|
- th
|
||||||
|
- thead
|
||||||
|
- td
|
||||||
|
- tr
|
||||||
|
- ul
|
||||||
|
- marquee
|
||||||
|
- a
|
||||||
|
- img
|
||||||
|
- span
|
||||||
|
|
||||||
|
Allowed styles:
|
||||||
|
|
||||||
|
- color
|
||||||
|
- font-weight
|
||||||
|
- margin-bottom
|
||||||
|
|
||||||
|
{% endfilter %}
|
||||||
|
|
||||||
{% include "expanded_image_modal.html" %}
|
{% include "expanded_image_modal.html" %}
|
||||||
|
|
||||||
<script src="/assets/js/general24.js"></script>
|
<script src="/assets/js/general24.js"></script>
|
||||||
|
|
Loading…
Reference in New Issue