Closed
Description
Blocked by:
Compare the first and second dash list. This is the source:
### 1.3.2
_2022-07-18, Andreas Abel_
- Export `Text.Regex.TDFA.Pattern.decode{PatternSet|CharacterClass}`
([#16](https://github.com/haskell-hvr/regex-tdfa/issues/16))
- Extend and correct docs for 'Pattern' module
- Tested with GHC 7.4 - 9.4
### 1.3.1.5
_2022-07-18, Andreas Abel_
- Allow dash (`-`) as start of a range, e.g. `[--z]`
([#1](https://github.com/haskell-hvr/regex-tdfa/issues/1),
[#45](https://github.com/haskell-hvr/regex-tdfa/pull/45))
- Tested with GHC 7.4 - 9.4
Could be an upstream issue in commonmark
, need to test there.
UPDATE: At least the vanilla commonmark
parser treats this correctly.