gitea-pages/pages/mydoc/mydoc_hyperlinks.md
2019-05-26 00:07:24 -07:00

899 B

title, audience, tags, keywords, summary, last_updated, sidebar, permalink, folder
title audience tags keywords summary last_updated sidebar permalink folder
Links writer, designer
formatting
navigation
links, hyperlinks, cross references, related links, relationship tables When creating links, you can use standard HTML or Markdown formatting. However, you can also implement an automated approach to linking that makes linking much less error-prone (meaning less chances of broken links in your output) and requiring less effort. July 3, 2016 mydoc_sidebar mydoc_hyperlinks.html mydoc

When linking to an external site, use Markdown formatting because it's simplest:

[Google](http://google.com)

Linking to internal pages

When linking to internal pages, you can manually link to the pages like this:

[Icons](mydoc_icons.html)

However, if you change the file name, you'll have to update all of your links.