MicroPosts
- Tabs in GitHub textareas
You can use (Shift)+Tab to indent text on GitHub.
Useful when you paste some code like:
echo "indented"
and want to de-indent it:
echo "ok"
- Render Html, Css, and Js from a GitHub gist
You can use
https://gistpreview.github.io/?GIST_ID
to render a gist: