-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handled escaping characters at the start of lines.
Because of the quirks of markup it meant that it was losing the escaped character and that was causing all sorts of issues when it occurs at the start of a line. Added a new specific rule before escaping occurs to catch this, not the best approach but it works for now. Fixes #377
- Loading branch information
Showing
4 changed files
with
700 additions
and
679 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
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
Oops, something went wrong.