From de98d8f9bd239edda9b5fa1514f309ce4434b1b4 Mon Sep 17 00:00:00 2001 From: Stephan Gabler Date: Tue, 17 Apr 2012 21:14:49 +0200 Subject: [PATCH] add markdown support to the readme, close #8 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6afe2f45..87f3847d 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,12 @@ Can do: Why not create a beautiful [timeline](http://timeline.verite.co/) of your journal? +### Markdown export + + jrnl -markdown + +Markdown is a simple markup language that is human readable and can be used to be rendered to other formats (html, pdf). This README for example is formatted in markdown and github makes it look nice. + ### Encryption Should you ever want to decrypt your journal manually, you can do so with any program that supports the AES algorithm. The key used for encryption is the SHA-256-hash of your password, and the IV (initialisation vector) is stored in the first 16 bytes of the encrypted file. So, to decrypt a journal file in python, run