An open API service indexing awesome lists of open source software.

https://github.com/bep/portable-hugo-links

A test repo to test out the new Markdown Render Hooks in Hugo 0.62.0
https://github.com/bep/portable-hugo-links

Last synced: about 1 year ago
JSON representation

A test repo to test out the new Markdown Render Hooks in Hugo 0.62.0

Awesome Lists containing this project

README

          

* [Blog Link](/blog/p1/index.md)
* [Doc Link](/docs/d1.md)
* [Doc Link With Anchor](/docs/d1.md#anchor)

This is test repo to test out the new Markdown Render Hooks in Hugo [0.62.0](https://gohugo.io/news/0.62.0-relnotes/), to demonstrate truly portable Markdown links and images. No shortcodes used.

This means that Markdown links/images should work whether browsed on [GitHub](https://github.com/bep/portable-hugo-links/) or the [Hugo site on Netlify](https://portable-hugo-links.netlify.com/).

**Note** that this project needs Hugo >= 0.62.1 to run.