Remove line about creating paragraphs in formatting help

This is now not needed as line breaks are kept during render
This commit is contained in:
Karina Kwiatek 2023-02-18 20:21:28 +01:00
parent f5050971e9
commit ef828462e1
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ en:
formatting:
body_html: |
<p>%{app_name} uses <b>Markdown</b> for formatting</p>
<p>A blank line starts a new paragraph</p>
<p><code>*italic text*</code> for <i>italic text</i></p>
<p><code>**bold text**</code> for <b>bold text</b></p>
<p><code>[link](https://example.com)</code> for <a href="https://example.com">link</a></p>