From d9024456c69a1c68a644e39305c9b8a2286e0974 Mon Sep 17 00:00:00 2001 From: idleberg Date: Fri, 7 Feb 2014 00:55:42 +0100 Subject: [PATCH] updated readme --- readme.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/readme.markdown b/readme.markdown index 945e924..77e4dda 100644 --- a/readme.markdown +++ b/readme.markdown @@ -2,7 +2,11 @@ On November 25th, 2013, [Creative Commons](http://creativecommons.org/) announced their next generation licenses: [Creative Commons 4.0](https://creativecommons.org/weblog/entry/40768). By default, these are available as [HTML](http://creativecommons.org/licenses/) or [plaintext](http://creativecommons.org/weblog/entry/41127). This project adds [Markdown](http://daringfireball.net/projects/markdown/)-formatted licenses to that list. -Unfortunately, the output currently varies on different Markdown viewers, in particular when it comes to indentation levels. Version 0.1 uses tabs to indent text, which might cause some blocks to be interpreted as blocks (e.g. on GitHub); version 0.2 uses spaces, resulting in less readable files when viewed as plain text. +Unfortunately, the output currently varies on different Markdown viewers, in particular when it comes to indentation levels: + +* __v0.1__ uses tabs to indent text, might cause some blocks to be interpreted as code (e.g. on GitHub) + +* __v0.2__ uses spaces to indent text, results in less readable files when viewed as plain text If you any suggestion on the formatting, feel invited to contribute.