mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-19 12:44:43 -04:00
HTTPS links in formats.md
all links have been tested and redirect to HTTPS so this saves redirects
This commit is contained in:
parent
0aceae5711
commit
61164c4621
@ -234,7 +234,7 @@ Markdown syntax is simple enough to learn in a single sitting. The following are
|
|||||||
* [The Markdown Guide, Matt Cone][mdguide]
|
* [The Markdown Guide, Matt Cone][mdguide]
|
||||||
|
|
||||||
[`emojify` function]: /functions/emojify/
|
[`emojify` function]: /functions/emojify/
|
||||||
[ascii]: http://asciidoctor.org/
|
[ascii]: https://asciidoctor.org/
|
||||||
[bfconfig]: /getting-started/configuration/#configuring-blackfriday-rendering
|
[bfconfig]: /getting-started/configuration/#configuring-blackfriday-rendering
|
||||||
[blackfriday]: https://github.com/russross/blackfriday
|
[blackfriday]: https://github.com/russross/blackfriday
|
||||||
[mmark]: https://github.com/miekg/mmark
|
[mmark]: https://github.com/miekg/mmark
|
||||||
@ -251,11 +251,11 @@ Markdown syntax is simple enough to learn in a single sitting. The following are
|
|||||||
[mathjaxdocs]: https://docs.mathjax.org/en/latest/
|
[mathjaxdocs]: https://docs.mathjax.org/en/latest/
|
||||||
[mdcheatsheet]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
[mdcheatsheet]: https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
|
||||||
[mdguide]: https://www.markdownguide.org/
|
[mdguide]: https://www.markdownguide.org/
|
||||||
[mdtutorial]: http://www.markdowntutorial.com/
|
[mdtutorial]: https://www.markdowntutorial.com/
|
||||||
[Miek Gieben's website]: https://miek.nl/2016/march/05/mmark-syntax-document/
|
[Miek Gieben's website]: https://miek.nl/2016/march/05/mmark-syntax-document/
|
||||||
[mmark]: https://github.com/mmarkdown/mmark
|
[mmark]: https://github.com/mmarkdown/mmark
|
||||||
[org]: http://orgmode.org/
|
[org]: https://orgmode.org/
|
||||||
[pandoc]: http://www.pandoc.org/
|
[pandoc]: https://www.pandoc.org/
|
||||||
[Pygments]: http://pygments.org/
|
[Pygments]: http://pygments.org/
|
||||||
[rest]: http://docutils.sourceforge.net/rst.html
|
[rest]: http://docutils.sourceforge.net/rst.html
|
||||||
[sc]: /content-management/shortcodes/
|
[sc]: /content-management/shortcodes/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user