-
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: Update markup parser to require content
Markup now requires something to be inside the markers in order to be treated as markup. For example, this was treated as bold before: ``` ** ``` But now it will be presented as plain text until something is added: ``` *foo* ```
- Loading branch information
1 parent
185f54e
commit bbd2550
Showing
1 changed file
with
51 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters