remotes/1693045480750635534/spooky-22
Aevann1 2021-10-06 11:05:21 +02:00
parent 3577e54535
commit 09cc81522b
1 changed files with 5 additions and 16 deletions

View File

@ -9,15 +9,12 @@
</pre> </pre>
{% filter markdown %} <h1>Formatting</h1>
# Formatting
On {{'SITE_NAME' | app_config}}, you can use Markdown formatting. On {{'SITE_NAME' | app_config}}, you can use Markdown formatting.
## Inline formatting <h2>Inline formatting</h2>
{% endfilter %}
<table class="table table-striped mb-5"> <table class="table table-striped mb-5">
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
@ -76,9 +73,7 @@ On {{'SITE_NAME' | app_config}}, you can use Markdown formatting.
</tbody> </tbody>
</table> </table>
{% filter markdown %} <h2>Block formatting</h2>
## Block formatting
These Markdown tags format an entire paragraph of text at a time. These Markdown tags format an entire paragraph of text at a time.
@ -131,12 +126,10 @@ These Markdown tags format an entire paragraph of text at a time.
</table> </table>
## Custom Formatting <h2>Custom Formatting</h2>
We also have some custom hooks for mentioning users and subreddits. Note that these only work if the mentioned user or subreddit actually exists. We also have some custom hooks for mentioning users and subreddits. Note that these only work if the mentioned user or subreddit actually exists.
{% endfilter %}
<table class="table table-striped mb-5"> <table class="table table-striped mb-5">
<thead class="bg-primary text-white"> <thead class="bg-primary text-white">
<tr> <tr>
@ -164,9 +157,7 @@ We also have some custom hooks for mentioning users and subreddits. Note that th
</tbody> </tbody>
</table> </table>
{% filter markdown %} <h2>Custom HTML</h2>
## Custom HTML
And we allow custom HTML in most places. And we allow custom HTML in most places.
@ -494,8 +485,6 @@ Allowed styles:
</tbody> </tbody>
</table> </table>
{% endfilter %}
{% include "expanded_image_modal.html" %} {% include "expanded_image_modal.html" %}
{% endblock %} {% endblock %}