Created
February 29, 2020 15:19
-
-
Save jwulf/e88c8b69ee9c3e86332e04f176bfcd3d to your computer and use it in GitHub Desktop.
A Hugo shortcode to embed BPMN diagrams from Cawemo.com
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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