Skip to content

Commit

Permalink
In FAQ, give a Markdown example.
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-ide committed Oct 18, 2024
1 parent 9b062c8 commit 5a0e1fa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webapp/home/templates/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@ <h4>Frequently Asked Questions</h4>
button on the <b>Settings</b> page.<p></p>

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

For example, in the Abstract element, you can enter Markdown like this:<p></p>
<code>
\&lt;abstract\&gt;<br>
\&lt;markdown\&gt;<br>
- Hello<br>
- Goodbye<br>
\&lt;/markdown\&gt;<br>
\&lt;/abstract\&gt;
</code>
</div>
</div>
{# <div class="faq-item">#}
Expand Down

0 comments on commit 5a0e1fa

Please sign in to comment.