Apply review suggestions from @nilsding

Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
Andreas Nedbal 2023-01-10 20:49:37 +01:00 committed by GitHub
parent 122935e723
commit 53bc270e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,2 @@
#formatting-options.d-none{ aria: { hidden: true } }
= t(".body_html", app_name: APP_CONFIG["site_name"])

View File

@ -553,7 +553,7 @@ en:
formatting:
body_html: |
<p>%{app_name} uses <b>Markdown</b> for formatting</p>
<p>Add two new lines for a new paragraph to start</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>