Skip to content

Commit

Permalink
[23] Markdown doc comments with codeblock don't parse Javadoc tags af…
Browse files Browse the repository at this point in the history
…terwards (eclipse-jdt#2989)
  • Loading branch information
jarthana committed Sep 24, 2024
1 parent e22c8c6 commit dfef3c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ public void recordFenceChar(char previous, char next, boolean lineStarted) {
int required = this.insideFencedCodeBlock ? this.fenceLength : 3;
if (++this.fenceCharCount == required) {
this.insideFencedCodeBlock^=true;
this.fenceLength = this.fenceCharCount;
}
this.fenceLength = this.fenceCharCount;
}

@Override
Expand Down

0 comments on commit dfef3c8

Please sign in to comment.