Logo - Open book, behind two sails with text, docs
-tech. annebrown.ca

Links

MD Link Types

Inline link - [Label Text](https://some.addy.com): Label Text

Reference link

Can also be used to improve readability by moving URLs to bottom of page:

See [Label Text][1] for more info.

Some page content.

Some more page content.

[1]: https://some.addy.com "Verbose Label"

Example:

See Label Text for more info.

Images

Inline image - ![Alt Text](https://annebrown.ca/logo.svg "Optional Title"):

For readability - ![Alt Text][logo-ab]:

Footnotes

A footnote[^1]: footnote1 does not appear to have native support in Code.

Comments

Square quoted comments do not hide text as expected - [Hidden stuff]():

Also without the link - [Hidden stuff]: Hidden stuff

Placeholders

Placeholders like and Link Coming Soon are not working in Code.

Hidden Stuff

Footnotes

  1. "This footnote text is hidden at the bottom. LOL"