What is the Markdown syntax for using images in the image gallery?
Hi Luci,
That's Awesome!. Thank you.
luciash d' being 🧙 wrote:
Hi Jay,
thanks! You can use the following markdown syntax in Tiki if you have SEFURLs enabled:
Copy to clipboard
{MARKDOWN()} ![My Image](./display14) {MARKDOWN}
Lets test it here:
!My Image(./display2188?x=640 "Tiki Oven")
Optionally you can add some attributes:
Copy to clipboard
{MARKDOWN()} ![My Image](./display2188?x=640 "Tiki Oven"){.img-fluid width="400"} {MARKDOWN}
See the Commonmark docs: https://commonmark.thephpleague.com/1.5/extensions/attributes/
luci