diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2021-07-25 22:44:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-25 22:44:14 +0200 |
commit | 50147be131a5e4cb1bc7aa6b49001842edcadf87 (patch) | |
tree | e96b49a946744d1b644c42bc83648f29c599098e | |
parent | deb00bcad2606322a453bc4eeec26e563174506d (diff) |
Update README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -289,13 +289,13 @@ In fact almost empty not quite empty because an empty file looks like absent for ## Shortcodes -- [Buttons](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/buttons/) -- [Columns](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/columns/) -- [Expand](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/expand/) -- [Hints](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/hints/) -- [KaTeX](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/katex/) -- [Mermaid](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/mermaid/) -- [Tabs](https://themes.gohugo.io/theme/hugo-book/docs/shortcodes/tabs/) +- [Buttons](https://hugo-book-demo.netlify.app/docs/shortcodes/buttons/) +- [Columns](https://hugo-book-demo.netlify.app/docs/shortcodes/columns/) +- [Details](https://hugo-book-demo.netlify.app/docs/shortcodes/details/) +- [Hints](https://hugo-book-demo.netlify.app/docs/shortcodes/hints/) +- [KaTeX](https://hugo-book-demo.netlify.app/docs/shortcodes/katex/) +- [Mermaid](https://hugo-book-demo.netlify.app/docs/shortcodes/mermaid/) +- [Tabs](https://hugo-book-demo.netlify.app/docs/shortcodes/tabs/) By default, Goldmark trims unsafe outputs which might prevent some shortcodes from rendering. It is recommended to set `markup.goldmark.renderer.unsafe=true` if you encounter problems. |