Skip to content

Instantly share code, notes, and snippets.

@MichaelCurrin
Last active April 22, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelCurrin/5da143bb5e021b1febb76a70a37bb9ec to your computer and use it in GitHub Desktop.
Save MichaelCurrin/5da143bb5e021b1febb76a70a37bb9ec to your computer and use it in GitHub Desktop.
Demo of multi-file gist with internal links

Bar

The order seems alphabetical for files.

Foo

This is how you reference a file in a Gist. This could be used for image embedding.

Relative

Code:

[bar.md](5da143bb5e021b1febb76a70a37bb9ec#file-bar-md)

Result:

bar.md

Absolute

Code:

[bar.md](https://gist.github.com/MichaelCurrin/5da143bb5e021b1febb76a70a37bb9ec#file-bar-md)

Result:

bar.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment