Skip to content

Instantly share code, notes, and snippets.

@angstbear
Last active July 17, 2018 16:30
Show Gist options
  • Save angstbear/91aaf535df2a77f8537074ced531acd3 to your computer and use it in GitHub Desktop.
Save angstbear/91aaf535df2a77f8537074ced531acd3 to your computer and use it in GitHub Desktop.

A Github Org-mode Test

Formatting

bold italic strikethrough underline

Lists

  • list
  • items
last item
description of last item

Links

external

Org-Mode

files

General Notes

tables

sdfasdf
cooletable
brok

Source Code

Perl

use strict;
use warnings;
use feature 'say';
say "Hello World!";

Bash

echo 'hello world!'

Todo lists

item one [1/2]

  • [ ] checkbox
  • [x] checkbox checked

item two

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