summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-04-23 20:00:58 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-04-23 20:10:24 -0700
commitcecceee0d38109ea8846b8369bb5d85ac0491bf8 (patch)
treef0b1cb57ad1c387fce6f43799c3562e823fc811b /CONTRIBUTING.md
parenta405b814596f5435d37388cacca4d81429f7104b (diff)
Added Text.Pandoc.Asciify utility module.
This has functions to create ascii-only versions of identifiers.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 8225449a2..6ba943811 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -167,6 +167,8 @@ The library is structured as follows:
- `Text.Pandoc.Templates` defines pandoc's templating system.
- `Text.Pandoc.UTF8` contains functions for converting text to and from
UTF8 bytestrings (strict and lazy).
+ - `Text.Pandoc.Asciify` contains functions to derive ascii versions of
+ identifiers that use accented characters.
- `Text.Pandoc.UUID` contains functions for generating UUIDs.
- `Text.Pandoc.XML` contains functions for formatting XML.