Apply review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
122935e723
commit
53bc270e08
|
@ -1,4 +1,2 @@
|
|||
#formatting-options.d-none{ aria: { hidden: true } }
|
||||
= t(".body_html", app_name: APP_CONFIG["site_name"])
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue