This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 The regular expression for determing text that is bold was greedy
One of the problems at GitHub that we saw when rending a markdown file with some code blocks is that when there was an unclosed block, it will highlight the rest of the remaining text as bold, overriding any highlights that should take effect. This test change is based on a refactoring that was done to group together the patterns and also change the regex for bold to match the one used in `burodepeper/language-markdown` which is also an atom package for syntax highlighting
- Loading branch information