forked from MarseyWorld/MarseyWorld
master
parent
3577e54535
commit
09cc81522b
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue