-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(parser): code() dash parsing bug
due to the architecture of the inline code element parsing the code() function failed to parse inline code elements containing any special markdown character at the start of the element. This issue occured due to the fact, that i assumed a BACKTICK (`) always has the TEXT as a follow element which was in fact not correct and in retroperspective seems dumb. Whatever, its fixed now!
- Loading branch information
Showing
1 changed file
with
20 additions
and
19 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