mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core: fix heading in MarkdownInput
This commit is contained in:
parent
542a2ede32
commit
19c1361e47
@ -53,10 +53,10 @@
|
||||
// showIcons: ["code", "table", "clean-block"],
|
||||
toolbar: [
|
||||
{
|
||||
name: "heading",
|
||||
action: SimpleMDE.toogleHeadingSmaller,
|
||||
name: "heading-smaller",
|
||||
action: SimpleMDE.toggleHeadingSmaller,
|
||||
className: "fa fa-header",
|
||||
title: "{{ translations.heading }}"
|
||||
title: "{{ translations.heading_smaller }}"
|
||||
},
|
||||
{
|
||||
name: "italic",
|
||||
|
@ -102,7 +102,7 @@ class MarkdownInput(Textarea):
|
||||
"css": static("core/simplemde/simplemde.min.css"),
|
||||
}
|
||||
context["translations"] = {
|
||||
"heading": _("Heading"),
|
||||
"heading_smaller": _("Heading"),
|
||||
"italic": _("Italic"),
|
||||
"bold": _("Bold"),
|
||||
"strikethrough": _("Strikethrough"),
|
||||
|
Loading…
Reference in New Issue
Block a user