From 53bc270e08bfcf02f6d46a305fdb0a245e815ac5 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Tue, 10 Jan 2023 20:49:37 +0100 Subject: [PATCH] Apply review suggestions from @nilsding Co-authored-by: Georg Gadinger --- app/views/shared/_formatting.html.haml | 2 -- config/locales/views.en.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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