Skip to content

Commit

Permalink
More test related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana committed Aug 14, 2024
1 parent 5fd4464 commit 8aafb0a
Show file tree
Hide file tree
Showing 97 changed files with 936 additions and 1,548 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ protected boolean commentParse() {
}
refreshInlineTagPosition(textEndPosition);
setInlineTagStarted(false);
} else if (this.lineStarted && this.textStart != -1 && this.textStart <= textEndPosition && (this.textStart < this.starPosition || this.starPosition == lastStarPosition)) {
} else if (this.lineStarted && this.textStart != -1 && this.textStart <= textEndPosition && (this.textStart < this.starPosition || this.starPosition == lastStarPosition || this.markdown)) {
pushText(this.textStart, textEndPosition);
}
updateDocComment();
Expand Down
Loading

0 comments on commit 8aafb0a

Please sign in to comment.