From 12c692b0aa0650ae3f05fc29bc5fa8b310d0dea0 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 18 Jan 2019 16:21:47 +0100 Subject: improved help --- app/view/templates/edithelp.php | 37 +++++++++++++++++++++++++++++-------- assets/css/edit.css | 1 + 2 files changed, 30 insertions(+), 8 deletions(-) diff --git a/app/view/templates/edithelp.php b/app/view/templates/edithelp.php index 8f52fe2..f3a1fc6 100644 --- a/app/view/templates/edithelp.php +++ b/app/view/templates/edithelp.php @@ -1,25 +1,46 @@ +

update shortcut

CTRL + S -

Synthax

-

- 📏Markdown encoding -
- 📐Markdown Extra -

+

Markdown synthax

+

W synthax

+ +

BODY synthax

+ + +

More infos

- 📕 Manual \ No newline at end of file + diff --git a/assets/css/edit.css b/assets/css/edit.css index 5598aa5..e55feb9 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -286,6 +286,7 @@ a.icon { color: white; padding: 2px; margin-right: 5px; + white-space: pre; } #help code i { -- cgit v1.2.3