diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-08-15 12:04:20 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2016-08-15 12:04:20 -0400 |
commit | 9999db2e6c3c9761060d92e6269af06ff67452eb (patch) | |
tree | 0dee48a51ee66613f61adc3ff00dd04a35c1f1ae | |
parent | 6c6860d076388275f9db77032586563447ecf9cc (diff) | |
download | pandoc-9999db2e6c3c9761060d92e6269af06ff67452eb.tar.gz |
StyleMap: export functions on StyleMap instances
We're going to want `getMap` in the Docx Writer.
-rw-r--r-- | src/Text/Pandoc/Readers/Docx/StyleMap.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Readers/Docx/StyleMap.hs b/src/Text/Pandoc/Readers/Docx/StyleMap.hs index 2901ea2a3..00906cf07 100644 --- a/src/Text/Pandoc/Readers/Docx/StyleMap.hs +++ b/src/Text/Pandoc/Readers/Docx/StyleMap.hs @@ -1,4 +1,6 @@ module Text.Pandoc.Readers.Docx.StyleMap ( StyleMaps(..) + , alterMap + , getMap , defaultStyleMaps , getStyleMaps , getStyleId |