Last active
March 11, 2022 02:19
-
-
Save leemark/83571d9f8f0e3ad853a8 to your computer and use it in GitHub Desktop.
Markup example for https://github.com/leemark/better-simple-slideshow
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
<div class="slideshow-class-goes-here"> | |
<figure> | |
<img src="path/to/img" width="100%" /> | |
<figcaption>Caption goes here</figcaption> | |
</figure> | |
<!-- more figures here as needed --> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment