<p>I want to be able to have editing comments in Markdown, so I came up with some extensions to the syntax. The goal should be for the text to still be at least mostly readable.</p>
<liclass="done4"> Comments on all types in parentheses after <code><spanclass="substitution"><del>old</del><ins>new</ins><aside>comment</aside></span></code> etc</li>
<liclass="done4"> Attribution in parentheses in comment <code><insclass="addition">new<aside>comment<spanclass="attribution">Commenter</span></aside></ins></code></li>
<liclass="done4"> Date with attribution <code><delclass="deletion">old<aside>comment<spanclass="attribution">Commenter</span><spanclass="date">2020-04-21</span></aside></del></code></li>
<liclass="done0"> Comment as footnote <code><markclass="selected">la de da<aside>^note</aside></mark> ... (^note): comment</code></li>
<liclass="done0"> Comments can contain markup <code><markclass="selected">la de da<aside>some *markup*</aside></mark></code></li>
<p>This is a <insclass="addition">new</ins> addition</p>
<p>This <delclass="deletion">this</del> word is removed</p>
<p>I say, <spanclass="substitution"><del>out with the old</del><ins>in with the new</ins></span></p>
<p>Here <asideclass="comment">just a comment</aside> is a line with a comment</p>
<p>You can also <markclass="selected">add comments to some text<aside>Like this</aside></mark></p>
<p>All <delclass="deletion">new<aside>Redundant<spanclass="attribution">Makyo</span></aside></del> edit marks can have comments with attributions and dates <insclass="addition">like this<aside>See?<spanclass="attribution">Makyo</span><spanclass="date">2020-04-22</span></aside></ins> (though it's ignored with comments <asideclass="comment">like this</aside>)</p>