diff --git a/app/views/shared/_formatting.html.haml b/app/views/shared/_formatting.html.haml index d185fc17..30a19851 100644 --- a/app/views/shared/_formatting.html.haml +++ b/app/views/shared/_formatting.html.haml @@ -1,4 +1,2 @@ #formatting-options.d-none{ aria: { hidden: true } } = t(".body_html", app_name: APP_CONFIG["site_name"]) - - diff --git a/config/locales/views.en.yml b/config/locales/views.en.yml index 72e526a3..583c0616 100644 --- a/config/locales/views.en.yml +++ b/config/locales/views.en.yml @@ -553,7 +553,7 @@ en: formatting: body_html: |
%{app_name} uses Markdown for formatting
-Add two new lines for a new paragraph to start
+A blank line starts a new paragraph
*italic text*
for italic text
**bold text**
for bold text
[link](https://example.com)
for link