-
Links to external websites are normal Markdown:
[words](http://the-website.com)
[A](B)
whereA
is the visible words, andB
is the URL.
-
Links to internal Markdown pages are like this:
[[folder/file-name.md|page name]]
[[A|B]]
whereA
is the file path to the Markdown file, andB
is the visible words.
-
Links to files are like this:
[words](content/folder/file.pdf]
[A](content/B)
whereA
is the visible words,B
is the file path to the non-Markdown file.
-
Normal images are

-
Images with relative paths are

Last active
August 29, 2015 14:22
-
-
Save saibotsivad/9257ccbb80beb49dc6c0 to your computer and use it in GitHub Desktop.
Markdown+Noddity Cheatsheet
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment