@@ -29,13 +29,11 @@ readmeContents = (mconcat . L.intersperse vspace)
2929
3030 , h1 " A modern Wadler/Leijen Prettyprinter"
3131
32- , mconcat
32+ , vcat
3333 [ " [](https://travis-ci.org/quchen/prettyprinter)"
34- , " " <> hardline -- Awkwardly enough, two trailing spaces are a small break in Markdown.
35- , hsep
36- [ " [](https://hackage.haskell.org/package/prettyprinter)"
37- , " [](https://www.stackage.org/package/prettyprinter)"
38- , " [](https://www.stackage.org/package/prettyprinter)" ]]
34+ , " [](https://hackage.haskell.org/package/prettyprinter)"
35+ , " [](https://www.stackage.org/package/prettyprinter)"
36+ , " [](https://www.stackage.org/package/prettyprinter)" ]
3937
4038 , h2 " tl;dr"
4139 , paragraph [multiline | A prettyprinter/text rendering engine. Easy to
@@ -185,9 +183,9 @@ readmeContents = (mconcat . L.intersperse vspace)
185183 new `SimpleDocTree`. |]
186184 , [multiline | In the ANSI backend, instead of providing an own
187185 colorization function for each color/intensity/layer combination, they
188- have been combined in / color/ / colorDull/, / bgColor/ , and
189- / bgColorDull/ functions, which can be found in the ANSI terminal
190- specific @ prettyprinter-ansi-terminal@ package. |]
186+ have been combined in ` color`, ` colorDull`, ` bgColor` , and
187+ ` bgColorDull` functions, which can be found in the ANSI terminal
188+ specific ` prettyprinter-ansi-terminal` package. |]
191189 ]
192190
193191 , h2 " Historical notes"
0 commit comments