update from sparkleup

This commit is contained in:
Madison Scott-Clary 2020-04-22 03:45:06 -07:00
parent 5563fd0e6e
commit 1f2931e623
2 changed files with 6 additions and 4 deletions

View File

@ -161,15 +161,12 @@ ins {
}
q {
display: inline-block;
display: block;
float: right;
width: 33%;
border: 1px solid #ccc;
margin-left: 0.5rem;
padding: 0.5rem;
}
q:after {
clear: both;
}
@ -179,3 +176,7 @@ q .attribution, q .date {
float: right;
clear: both;
}
p {
clear: both;
}

View File

@ -36,6 +36,7 @@
<p>Here <q class="comment">just a comment</q> is a line with a comment</p>
<p>You can also <mark class="selected">add comments to some text<q class="comment">Like this</q></mark></p>
<p>All <del class="deletion">new<q class="comment">Redundant<span class="attribution">Makyo</span></q></del> edit marks can have comments with attributions and dates <ins class="addition">like this<q class="comment">See?<span class="attribution">Makyo</span><span class="date">2020-04-22</span></q></ins> (though it's ignored with comments <q class="comment">like this</q>)</p>
<p>Text after</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>