More utility stuff
- added book config to extend from - added metadata to mdconfig - added mapping of metadata to global variables - added global variable wordcount - added better error handling of puppeteer errors - added style to utility classes and tablesdevelop
parent
f6e33cfff5
commit
2bce9acbfa
@ -0,0 +1,23 @@
|
||||
{
|
||||
"plugins": [
|
||||
"footnote",
|
||||
"anchor",
|
||||
"mark",
|
||||
"sub",
|
||||
"attrs",
|
||||
"abbr",
|
||||
"imsize",
|
||||
"highlightjs",
|
||||
"smartarrows",
|
||||
"math",
|
||||
"div",
|
||||
"multimd-table",
|
||||
"toc-done-right",
|
||||
"center-text",
|
||||
"header-sections",
|
||||
"task-checkbox",
|
||||
"underline",
|
||||
"implicit-figures",
|
||||
"inline-comments"
|
||||
]
|
||||
}
|
@ -1,2 +1,3 @@
|
||||
$backgroundSecondary: #eee
|
||||
$inactive: #444
|
||||
$primary: #000
|
||||
|
Loading…
Reference in New Issue