Actualizar plugin Additionals a 3.0.0

This commit is contained in:
Manuel Cillero 2020-11-22 21:30:25 +01:00
parent 3d976f1b3b
commit a26f5567af
399 changed files with 70374 additions and 4093 deletions

View file

@ -1,3 +1,5 @@
$(function() {
mermaid.initialize({ startOnLoad: true });
mermaid.initialize({ startOnLoad: true,
theme: 'default',
themeVariables: { 'fontSize': '12px' } });
});