We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2cdaae commit ab67584Copy full SHA for ab67584
bulrush/templates/mermaid.html
@@ -9,5 +9,5 @@
9
},
10
};
11
12
- mermaid.initialize({ ...defaults, ...JSON.parse({{ MERMAID | tojson }}) });
+ mermaid.initialize({ ...defaults, ...{{ MERMAID | tojson }} });
13
</script>
setup.py
@@ -30,5 +30,5 @@
30
test_suite='tests',
31
tests_require=['pelican'],
32
url='https://github.com/textbook/bulrush',
33
- version='0.6.2',
+ version='0.6.3',
34
)
0 commit comments