From f852172e9b2ca258740d7a053e8db5bbf645827b Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Wed, 5 Jun 2024 18:05:43 -0700 Subject: [PATCH] no they're not --- templates/mod/edit_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mod/edit_page.html b/templates/mod/edit_page.html index 3d132767..48b0dedf 100644 --- a/templates/mod/edit_page.html +++ b/templates/mod/edit_page.html @@ -5,7 +5,7 @@ {% trans %}Markup method{% endtrans %} {% set allowed_html = config.allowed_html %} - {% trans %}

"markdown" is provided by parsedown. Note: images disabled.

+ {% trans %}

"markdown" is provided by parsedown

"html" allows the following tags:
{{ allowed_html }}

"infinity" is the same as what is used in posts.

This page will not convert between formats,
choose it once or do the conversion yourself!

{% endtrans %}