mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Added comments
This commit is contained in:
parent
ba7db23a5d
commit
7289841648
1 changed files with 2 additions and 0 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue