├── .gitignore ├── LICENSE ├── README.md ├── example.md └── example.odt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christophercalm/if-im-gone/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christophercalm/if-im-gone/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christophercalm/if-im-gone/HEAD/README.md -------------------------------------------------------------------------------- /example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christophercalm/if-im-gone/HEAD/example.md -------------------------------------------------------------------------------- /example.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/christophercalm/if-im-gone/HEAD/example.odt --------------------------------------------------------------------------------