Markdown and Style
This article offers a sample of basic Markdown syntax that can be used in Zola content files, also it shows if basic HTML elements are decorated with CSS in a Zola theme. ...more
This article offers a sample of basic Markdown syntax that can be used in Zola content files, also it shows if basic HTML elements are decorated with CSS in a Zola theme. ...more
This post covers the imgswap and img shortcodes. Images can also be embedded directly using markdown ![Ferris](ferris.svg)
, but it is better to use a shortcode so you can explicitly set the width and height, this will help prevent content layout shift which improves user experience and the google lighthouse score.
...more
Several custom shortcodes are included to augment CommonMark (courtesy of d3c3nt theme). video
, image
, gif
, and audio
were created to help you take advantage of modern HTML elements in your writing.
...more