mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 08:39:08 +01:00
Apply review suggestions from @nilsding
Co-authored-by: Georg Gadinger <nilsding@nilsding.org>
This commit is contained in:
parent
122935e723
commit
53bc270e08
2 changed files with 1 additions and 3 deletions
|
@ -1,4 +1,2 @@
|
||||||
#formatting-options.d-none{ aria: { hidden: true } }
|
#formatting-options.d-none{ aria: { hidden: true } }
|
||||||
= t(".body_html", app_name: APP_CONFIG["site_name"])
|
= t(".body_html", app_name: APP_CONFIG["site_name"])
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -553,7 +553,7 @@ en:
|
||||||
formatting:
|
formatting:
|
||||||
body_html: |
|
body_html: |
|
||||||
<p>%{app_name} uses <b>Markdown</b> for formatting</p>
|
<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>*italic text*</code> for <i>italic text</i></p>
|
||||||
<p><code>**bold text**</code> for <b>bold text</b></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>
|
<p><code>[link](https://example.com)</code> for <a href="https://example.com">link</a></p>
|
||||||
|
|
Loading…
Reference in a new issue