hugo-theme-readable/docs
Robert Lützner 80cd7cf8f1
feat: add 'aside' as a shortcode (#6)
The README has been updated to show a code example of both, including an
exemplary screenshot.

Since Hugo 0.55, we have to use `markdownify` in shortcodes that contain
HTML elements. At least we have to, if we want to render markdown code
inside the HTML element.

To use the `<aside>` element, we have to wrap our content in an
`<article>` tag.

This fixes #4.

Co-authored-by: Robert Lützner <robert.luetzner@iternity.com>
2023-02-23 14:04:33 -06:00
..
blockquote_vs_aside.png feat: add 'aside' as a shortcode (#6) 2023-02-23 14:04:33 -06:00
demo_image.png updated documentation 2023-02-13 13:25:06 -06:00