Skip to content

Instantly share code, notes, and snippets.

@jwulf
Created February 29, 2020 15:19
Show Gist options
  • Save jwulf/e88c8b69ee9c3e86332e04f176bfcd3d to your computer and use it in GitHub Desktop.
Save jwulf/e88c8b69ee9c3e86332e04f176bfcd3d to your computer and use it in GitHub Desktop.
A Hugo shortcode to embed BPMN diagrams from Cawemo.com
<iframe
src="https://cawemo.com/embed/{{.Get 0}}"
style="width:700px;height:500px;border:1px solid #ccc"
allowfullscreen
></iframe>
<!-- Put this in layouts/shortcodes/cawemo.html
To use it in hugo, get an Embed link for your diagram on cawemo.com,
then use it like this your post:
{{< cawemo 93db6405-211b-499e-ac12-f867c875b63d >}}
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment