I'm back with my hat in hand :) Plain text output please, with hard line breaks at a set column. Currently I do this with pandoc ``` pandoc -f markdown -t markdown --columns=80 document.md > newdocument.md ``` Then I could build refomatter into Markdown Edit.