Links
MD Link Types
HTML Links
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 - :
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
- "This footnote text is hidden at the bottom. LOL" ↩