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:
parent
05b934eda5
commit
7ae819f1ab
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue