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",
|
||||
"question": "Question",
|
||||
"summary": "Summary",
|
||||
"note": "Note",
|
||||
"answer": "Answer",
|
||||
"hint": "Hint",
|
||||
"important": "Important",
|
||||
|
@ -7,6 +7,7 @@ docReady(function() {
|
||||
"exercice": "Exercice",
|
||||
"question": "Question",
|
||||
"summary": "Summary",
|
||||
"note": "Note",
|
||||
"answer": "Answer",
|
||||
"hint": "Hint",
|
||||
"important": "Important",
|
||||
|
@ -6,6 +6,7 @@ $types: (
|
||||
exercice: (color: $pale-yellow, title-color: $yellow, icon: "\f040"),
|
||||
answer: (color: $pale-turq, title-color: $turq, icon: "\f00c"),
|
||||
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"),
|
||||
important: (color: $pale-red, title-color: $red, icon: "\f005"),
|
||||
caution: (color: $pale-orange, title-color: $orange, icon: "\f071"),
|
||||
|
Loading…
Reference in New Issue
Block a user