Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Emphasis pattern treats newlines as whitespace (#785) | Waylan Limberg | 2019-02-07 | 1 | -0/+86 |
All whitespace characters should be treated the same by inline patterns. Previoulsy, emphasis patterns were only accounting for spaces, but not other whitepsace characters such as newlines. Fixes #783. |