Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check that a string contains markdown symbols instead of matches (#2080)
.* does not match line breaks, so this regex would never apply to multiline text. This checks for contains instead of using .* to account for this. Fixes #2049
- Loading branch information