We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96977f4 commit 6700b6cCopy full SHA for 6700b6c
src/Blog/Compiler/Entry.hs
@@ -60,7 +60,7 @@ compileEntry = do
60
. takeWhile validLede
61
$ bs
62
eTitle <-
63
- either (error . show) id
+ either (error . show) T.strip
64
. P.runPure -- TODO: abstract
65
. (P.writeMarkdown opts <=< P.readMarkdown entryReaderOpts)
66
. T.unwords
0 commit comments