Skip to content

Instantly share code, notes, and snippets.

View mtolk's full-sized avatar

Marco Tolk mtolk

  • The Netherlands
View GitHub Profile
@mtolk
mtolk / mermaid.html
Created September 16, 2020 12:59
This gist was created to anwser a question about using mermaidjs in the zola static site generator: https://zola.discourse.group/t/mermaid-integration/573?u=marco
<!-- should be in templates/ -->
<html>
<head>
<style>
div.mermaid {
width:25%;
}
</style>
</head>
<body>