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 13, 2024
1 parent e2d1754 commit bc83ae1
Show file tree
Hide file tree
Showing 95 changed files with 934 additions and 1,547 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 bc83ae1

Please sign in to comment.