Skip to content

Instantly share code, notes, and snippets.

View mbtrs's full-sized avatar
🏌️‍♂️
Going for a hole in one

mb mbtrs

🏌️‍♂️
Going for a hole in one
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@mbtrs
mbtrs / gist_markdown_examples.md
Last active December 20, 2021 22:52 — forked from ww9/gist_markdown_examples.md
Gist markdown examples

Gist markdown examples

A collection of Markdown code and tricks that were tested to work in Gist.

This and all public gists in https://gist.github.com/ww9 are Public Domain. Do whatever you want with it including , no need to credit me.

Todo

  • Reformat this whole document and assimilate these:
/* Prevent unsecure [target="_blank] links */
a[target='_blank']:not([rel~='noopener']):not([rel~='noreferrer']) {
outline: 2px dashed red;
}