Skip to content

Instantly share code, notes, and snippets.

@tblaisot
Created March 20, 2019 18:07
Show Gist options
  • Save tblaisot/4d25331337ca6ce8f4be1433931c89c9 to your computer and use it in GitHub Desktop.
Save tblaisot/4d25331337ca6ce8f4be1433931c89c9 to your computer and use it in GitHub Desktop.
Custom adoc extension

For exemple i would like to do a custom slideshow block and have image macro render

slideshow
slide2

Should render

<div …​> <img src="slide1.png" /> <img …​/> </div>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment