From eaf0722e7bbfec34246b3b16e334d44fe9183fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kay=20Pl=C3=B6=C3=9Fer?= Date: Tue, 1 Oct 2019 21:56:12 +0200 Subject: [PATCH] Add comment syntax explanation #4130 (#4178) [ci skip] --- app/views/pages/_editor_guide_text.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/pages/_editor_guide_text.html.erb b/app/views/pages/_editor_guide_text.html.erb index 5a6bceb9c..0467863f5 100644 --- a/app/views/pages/_editor_guide_text.html.erb +++ b/app/views/pages/_editor_guide_text.html.erb @@ -50,6 +50,11 @@

One '#' for a h1 header

Two '#'s for a h2 header

Six '#'s for a h6 header
+

Author Notes/Comments

+

Add some hidden notes/comments to your article with this syntax:

+
+      <!-- This won't show up in the conent! -->
+    

🌊 Liquid Tags

We support native Liquid tags in our editor, but have created our own custom tags listed below: