1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-21 21:57:19 +00:00

Added comments

This commit is contained in:
M66B 2024-02-21 07:55:48 +01:00
parent ba7db23a5d
commit 7289841648

View file

@ -37,6 +37,8 @@ import java.util.List;
public class Markdown {
static String toHtml(String markdown) {
// https://github.com/commonmark/commonmark-java#usage
// https://github.com/commonmark/commonmark-java/issues/294
markdown = markdown.replace('\u00a0', ' ');
List<Extension> extensions = Arrays.asList(
InsExtension.create(),