Skip to content

Commit ab67584

Browse files
committed
Fix typo for Mermaid overrides
1 parent a2cdaae commit ab67584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bulrush/templates/mermaid.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
},
1010
};
1111

12-
mermaid.initialize({ ...defaults, ...JSON.parse({{ MERMAID | tojson }}) });
12+
mermaid.initialize({ ...defaults, ...{{ MERMAID | tojson }} });
1313
</script>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
test_suite='tests',
3131
tests_require=['pelican'],
3232
url='https://github.com/textbook/bulrush',
33-
version='0.6.2',
33+
version='0.6.3',
3434
)

0 commit comments

Comments
 (0)