From dfd40fb9d60f7531e8341dc6d927ec1dd5a85cff Mon Sep 17 00:00:00 2001
From: Gregor Kleen <gkleen@yggdrasil.li>
Date: Mon, 11 Jan 2016 18:03:20 +0100
Subject: syntax

---
 provider/posts/thermoprint-1.md | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

(limited to 'provider/posts')

diff --git a/provider/posts/thermoprint-1.md b/provider/posts/thermoprint-1.md
index 7788562..34fc754 100644
--- a/provider/posts/thermoprint-1.md
+++ b/provider/posts/thermoprint-1.md
@@ -43,24 +43,24 @@ the old one:
 
 Features I intend to implement include:
 
- * A parser for a bbcode-dialect which should be used in both the cli tool and the
-   website (it will probably end up using
-   [attoparsec](https://hackage.haskell.org/package/attoparsec)) -- bbcode as
-   presented on [Wikipedia](https://en.wikipedia.org/wiki/BBCode) is a proper
-   superset of the feature-set of my cheap Chinese printer.
- * Reasonable test coverage using
-   [QuickCheck](https://hackage.haskell.org/package/QuickCheck),
-   [HUnit](http://hackage.haskell.org/package/HUnit).
+  * A parser for a bbcode-dialect which should be used in both the cli tool and the
+    website (it will probably end up using
+    [attoparsec](https://hackage.haskell.org/package/attoparsec)) -- bbcode as
+    presented on [Wikipedia](https://en.wikipedia.org/wiki/BBCode) is a proper
+    superset of the feature-set of my cheap Chinese printer.
+  * Reasonable test coverage using
+    [QuickCheck](https://hackage.haskell.org/package/QuickCheck),
+    [HUnit](http://hackage.haskell.org/package/HUnit).
    
-   Automatic testing with [cabal](https://www.haskell.org/cabal/) facilitated by
-   [hspec](https://hackage.haskell.org/package/hspec).
- * Support and server-side storage for drafts.
- * The Website should provide some richer formats than bbcode which will
-   probably find inclusion in the payload datastructure such as lists,
-   checklists, tables, etc.
-
-   The cli-tool should be able to use these too (the input will probably end up
-   being json-formatted).
+    Automatic testing with [cabal](https://www.haskell.org/cabal/) facilitated by
+    [hspec](https://hackage.haskell.org/package/hspec).
+  * Support and server-side storage for drafts.
+  * The Website should provide some richer formats than bbcode which will
+    probably find inclusion in the payload datastructure such as lists,
+    checklists, tables, etc.
+
+    The cli-tool should be able to use these too (the input will probably end up
+    being json-formatted).
 
 ## Work so far
 
-- 
cgit v1.2.3