Skip to content

Commit

Permalink
Update MarkupUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Aug 5, 2024
1 parent d917841 commit ea27a8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/link/locutus/discord/util/MarkupUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ public static String markdownToHTML(String source) {
}
html = transformURLIntoLinks(html);
}
System.out.println("HTML " + html);
return html.replaceAll("\n", "");
//
// source = source.replace("_", "\u200B\t").replace(" * ", "\u200B\r");
Expand Down

0 comments on commit ea27a8b

Please sign in to comment.