summaryrefslogtreecommitdiff
path: root/Pancake.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Pancake.hs')
-rw-r--r--Pancake.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pancake.hs b/Pancake.hs
index a9a972e..d136509 100644
--- a/Pancake.hs
+++ b/Pancake.hs
@@ -441,7 +441,8 @@ renderBlock (P.Header _ attr i) = do
storeLines [[""]]
renderBlock P.HorizontalRule = do
st <- get
- indented [[fromString $ replicate (columns st - indentationLevel st * 2) '-']]
+ indented [[Fg Black $
+ fromString $ replicate (columns st - indentationLevel st * 2) '-']]
renderBlock (P.Table caption _ widths headers rows) = do
-- todo: don't ignore alignments
indented =<< readInlines caption