update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 01:00:08 -07:00
parent aae4f88b96
commit 5ec1392488
1 changed files with 12 additions and 11 deletions

View File

@ -16,23 +16,24 @@
<h2 id="what-it-does">What it does</h2>
<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>
<ul>
<li>Additions <code>+{new text}</code></li>
<li>Deletions <code>-{old text}</code></li>
<li>Substitutions <code>~{old}{new}</code></li>
<li>Comments <code>?{la de da}(comment)</code></li>
<li>Resolutions <code>!{-{bad wolf}}(STET)</code></li>
<li class="done4"> Additions <code>+{new text}</code></li>
<li class="done4"> Deletions <code>-{old text}</code></li>
<li class="done4"> Substitutions <code>~{old}{new}</code></li>
<li class="done4"> Comments <code>?{la de da}(comment)</code></li>
<li class="done4"> Resolutions <code>!{-{bad wolf}}(STET)</code></li>
<li>Metadata:<ul>
<li>Comments on all types in parentheses after <code>~{old}{new}(comment)</code> etc</li>
<li>Attribution in parentheses in comment <code>+{new}(comment (Commenter))</code></li>
<li>Date with attribution <code>-{old}(comment (Commenter 2020-04-21))</code></li>
<li>Comment as footnote <code>?{la de da}(^note) ... (^note) comment</code></li>
<li class="done4"> Comments on all types in parentheses after <code>~{old}{new}(comment)</code> etc</li>
<li class="done4"> Attribution in parentheses in comment <code>+{new}(comment (Commenter))</code></li>
<li class="done4"> Date with attribution <code>-{old}(comment (Commenter 2020-04-21))</code></li>
<li class="done0"> Comment as footnote <code>?{la de da}(^note) ... (^note): comment</code></li>
<li class="done0"> Comments can contain markup <code>?{la de da}(some *markup*)</code></li>
</ul>
</li>
</ul>
<blockquote>
<p>She ~{brushed}{stroked}(I like this better. Attribution with date. (Makyo 2020-04-21)) her fingers +{softly}(Adverbs! Optional attributions!) along the edges of cabinet doors. Each !{-{one}(Do not want. Optional date (Makyo))}(STET (Makyo 2020-04-21)) was opened and inspected, leaving her standing on tiptoes to peer in those above the counters. Nothing but cups and glasses, plates and bowls, cutting boards and pots and pans and trays and dishes. ?{All clean and neatly stacked.}(^note)</p>
</blockquote>
<p>(^note) Are you sure about this? Note at bottom of document (Makyo 2020-04-21)</p>
<p>(^note): Are you sure about this? Note at bottom of document (Makyo 2020-04-21)</p>
<h2 id="how-to-use-it">How to use it</h2>
<div class="codehilite"><pre><span></span><code><span class="n">default_config</span> <span class="o">=</span> <span class="p">{</span>
<span class="s1">&#39;tag_tuple&#39;</span><span class="p">:</span> <span class="p">(</span><span class="s1">&#39;&lt;div class=&quot;verse&quot;&gt;&#39;</span><span class="p">,</span> <span class="s1">&#39;&lt;/div&gt;&#39;</span><span class="p">),</span>
@ -52,7 +53,7 @@
<span class="control">Expand all</span>
</article>
<footer>
<p>Page generated on 2020-04-21</p>
<p>Page generated on 2020-04-22</p>
</footer>
</main>
<script type="text/javascript">