Copy markdown indicator to edit ref

pull/214/head
M66B 8 months ago
parent 05b934eda5
commit 7ae819f1ab

@ -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…
Cancel
Save