Skip to content

Commit ecd8a76

Browse files
anchor link issue
1 parent 29eaa82 commit ecd8a76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/com/contentstack/utils/render/DefaultOption.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ public String renderMark(MarkType markType, String text) {
7070
case BOLD:
7171
return "<strong>" + text + "</strong>";
7272
case BREAK:
73-
//text = text.replace("\n", "");
74-
return "<br />" + text.replace("\n", ""); // v1.2.5
73+
return "<br />" + text.replace("\n", "");
7574
default:
7675
return text;
7776
}

0 commit comments

Comments
 (0)