blog/layouts/shortcodes/tikz.html
Bruno BELANYI 60f577f739 layouts: add TikZJax support
Using the `tikz` shortcode, and adding the `tikz: true` metadata to a
page's frontmatter, allows me to write TikZ diagram and have them
rendered in the browser using JavaScript
2021-01-18 20:42:28 +01:00

4 lines
51 B
HTML

<script type="text/tikz">
{{.Inner}}
</script>