summaryrefslogtreecommitdiff
path: root/tests/html_linenos_expected_output/table_cls_step_1_start_1_special_3_anchor.html
blob: c6f89066fe6866526e337ab8b6324ca776424291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<table class="highlighttable">
  <tr>
    <td class="linenos">
      <div class="linenodiv">
        <pre><a href="#-1">1</a></pre>
        <pre><a href="#-2">2</a></pre>
        <pre class="special"><a href="#-3">3</a></pre>
      </div>
    </td>
    <td class="code">
      <div class="highlight">
        <pre>
          <span></span>
          <span class="c1"># a</span>
          <span class="c1"># b</span>
          <span class="c1"># c</span>
        </pre>
      </div>
    </td>
  </tr>
</table>