Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am imakewebthings on github.
  • I am imakewebthings (https://keybase.io/imakewebthings) on keybase.
  • I have a public key whose fingerprint is D71B E8A8 E7A9 462D D30C 29C7 DF86 985F C87D 3C40

To claim this, I am signing this object:

[alias]
co = checkout
ci = commit
st = status
br = branch
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
[user]
name = imakewebthings
email = [email protected]
@imakewebthings
imakewebthings / gist:65c2dc7cddec4f350a56adc2a6e957ed
Last active May 23, 2022 18:34 — forked from asabaylus/gist:3071099
Github Markdown Heading Anchors

test.thing

To create an anchor to a heading in github flavored markdown. Add - characters between each word in the heading and wrap the value in parens (#some-markdown-heading) so your link should look like so:

[create an anchor](#anchors-in-markdown)