1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
# Changelog for markdown
## 0.1.17.5
* Support xss-sanitize 0.3.7 [#39](https://github.com/snoyberg/markdown/issues/39)
## 0.1.17.4
* One more fix for test suite, now works on Windows as well
## 0.1.17.3
* Fix the previous test fix
## 0.1.17.2
* Make test suite slightly more resilient to escaping rules
## 0.1.17.1
* Remove `OPTIONS_HADDOCK hide`
## 0.1.17
* Support GHC 8.4.1
## 0.1.16
* Add `setNoFollowExternal`
## 0.1.15
* defaultMarkdownSettings
## 0.1.14
* Handle named entities [#30](https://github.com/snoyberg/markdown/issues/30)
## 0.1.13.2
* Drop system-filepath
## 0.1.13.1
Fixes for GHC 7.10
## 0.1.13
Add `msAddHeadingId`.
## 0.1.12
Support for two spaces at end of line to create a linebreak.
|