Add note block
This commit is contained in:
parent
d52f72e1e8
commit
1ab5377b20
1
dist/script.js
vendored
1
dist/script.js
vendored
@ -16,6 +16,7 @@ docReady(function () {
|
|||||||
"exercice": "Exercice",
|
"exercice": "Exercice",
|
||||||
"question": "Question",
|
"question": "Question",
|
||||||
"summary": "Summary",
|
"summary": "Summary",
|
||||||
|
"note": "Note",
|
||||||
"answer": "Answer",
|
"answer": "Answer",
|
||||||
"hint": "Hint",
|
"hint": "Hint",
|
||||||
"important": "Important",
|
"important": "Important",
|
||||||
|
@ -7,6 +7,7 @@ docReady(function() {
|
|||||||
"exercice": "Exercice",
|
"exercice": "Exercice",
|
||||||
"question": "Question",
|
"question": "Question",
|
||||||
"summary": "Summary",
|
"summary": "Summary",
|
||||||
|
"note": "Note",
|
||||||
"answer": "Answer",
|
"answer": "Answer",
|
||||||
"hint": "Hint",
|
"hint": "Hint",
|
||||||
"important": "Important",
|
"important": "Important",
|
||||||
|
@ -6,6 +6,7 @@ $types: (
|
|||||||
exercice: (color: $pale-yellow, title-color: $yellow, icon: "\f040"),
|
exercice: (color: $pale-yellow, title-color: $yellow, icon: "\f040"),
|
||||||
answer: (color: $pale-turq, title-color: $turq, icon: "\f00c"),
|
answer: (color: $pale-turq, title-color: $turq, icon: "\f00c"),
|
||||||
summary: (color: $pale-blue, title-color: $blue, icon: "\f02e"),
|
summary: (color: $pale-blue, title-color: $blue, icon: "\f02e"),
|
||||||
|
note: (color: $pale-blue, title-color: $blue, icon: "\f249"),
|
||||||
hint: (color: $pale-grey, title-color: $grey, icon: "\f05a"),
|
hint: (color: $pale-grey, title-color: $grey, icon: "\f05a"),
|
||||||
important: (color: $pale-red, title-color: $red, icon: "\f005"),
|
important: (color: $pale-red, title-color: $red, icon: "\f005"),
|
||||||
caution: (color: $pale-orange, title-color: $orange, icon: "\f071"),
|
caution: (color: $pale-orange, title-color: $orange, icon: "\f071"),
|
||||||
|
Loading…
Reference in New Issue
Block a user