Globally Configurable Directives
Exposes the capability to apply a global configuration on the window.$docsify object which can be prepended to all nomnoml content rendered on the page/s. e.g. specified as.
window.$docsify = {
nomnoml: {
directives: {
fontSize: 14,
arrowSize: 1.5,
// ... etc.
}
}
}