Files
pandoc/tests/Tests/Writers
Artyom Kazak ec88d47f23 Correctly implement capitalisation.
Using `map toUpper` to capitalise text is wrong, as e.g.
“Straße” should be converted to “STRASSE”, which is 1 character
longer. This commit adds a `capitalize` function and replaces
2 identical implementations in different modules (`toCaps` and
`capitalize`) with it.
2014-08-03 17:37:37 +04:00
..
2013-01-23 19:26:39 -08:00
2013-06-24 20:29:41 -07:00
2014-08-03 17:37:37 +04:00