Skip to content

Commit

Permalink
No special treatment for '/' after a triple / for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana authored and jukzi committed Dec 17, 2024
1 parent 4dc72d8 commit bddb450
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -353,10 +353,6 @@ public IToken nextToken() {
case '\r':
case '\n':
return postFix(MARKDOWN_COMMENT);
case '/':
fTokenLength++;
fLast= SLASH_SLASH_SLASH;
break;
default:
consume();
break;
Expand Down

0 comments on commit bddb450

Please sign in to comment.