<li><code class="highlighter-rouge">[[line|n..n]]</code> In addition to specific lines, the lines tag (above) can accept ranges of lines, such as <code class="highlighter-rouge">[[line|2..5]]</code> for lines 2 through 5. This initial or trailing number in the range can be omitted to indicate the beginning or end, i.e. <code class="highlighter-rouge">[[line|2..]]</code> is line 2 through the end of the draft, <code class="highlighter-rouge">[[line|..4]]</code> is the first for lines of the draft.</li>
0 commit comments