From 5a0e1fafd4b6fe5b25fa1abf648e789c2f66e32d Mon Sep 17 00:00:00 2001 From: jide Date: Fri, 18 Oct 2024 18:49:02 -0500 Subject: [PATCH] In FAQ, give a Markdown example. --- webapp/home/templates/faq.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webapp/home/templates/faq.html b/webapp/home/templates/faq.html index 01b8e230..ee270cc2 100644 --- a/webapp/home/templates/faq.html +++ b/webapp/home/templates/faq.html @@ -152,6 +152,16 @@

Frequently Asked Questions

button on the Settings page.

ezEML doesn't render Markdown directly, but you can preview it by using Preview Your Metadata in the EDI Data Portal in the Import/Export menu.

+ + For example, in the Abstract element, you can enter Markdown like this:

+ +\<abstract\>
+ \<markdown\>
+- Hello
+- Goodbye
+ \</markdown\>
+\</abstract\> +
{#
#}