update from sparkleup
This commit is contained in:
parent
5563fd0e6e
commit
1f2931e623
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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">'tag_tuple'</span><span class="p">:</span> <span class="p">(</span><span class="s1">'<div class="verse">'</span><span class="p">,</span> <span class="s1">'</div>'</span><span class="p">),</span>
|
||||
|
|
Loading…
Reference in New Issue