1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 13:17:08 +00:00

Copy markdown indicator to edit ref

This commit is contained in:
M66B 2024-02-23 11:48:58 +01:00
parent 05b934eda5
commit 7ae819f1ab

View file

@ -6959,6 +6959,7 @@ public class FragmentCompose extends FragmentBase {
Helper.writeText(draft.getFile(context, draft.revision), c.html());
d = JsoupEx.parse(extras.getString("html"));
d.body().attr("markdown", Boolean.toString(markdown));
if (extras.getBoolean("refdelete"))
addSignature(context, d, draft, identity);