Skip to content

Commit

Permalink
wbr
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxwellBo committed Dec 10, 2024
1 parent bab7a74 commit fb1765e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bibhtml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,19 +336,19 @@ <h3><code>&lt;bh-cite&gt;</code></h3>
</thead>
<tbody>
<tr>
<td class="echo">&lt;bh-cite&gt;&lt;a href=&quot;#refId&quot;&gt;...</td>
<td class="echo">&lt;bh-cite&gt;<wbr>&lt;a href=&quot;#refId&quot;&gt;<wbr>...</td>
<!-- <td><code>"refId"</code></td> -->
<td><code>"#refId"</code></td>
<!-- <td><code>"#refId"</code></td> -->
</tr>
<tr>
<td class="echo">&lt;bh-cite ref=&quot;refId&quot;&gt;&lt;a href=&quot;example.com&quot;&gt;...</td>
<td class="echo">&lt;bh-cite ref=&quot;refId&quot;&gt;<wbr>&lt;a href=&quot;example.com&quot;&gt;<wbr>...</td>
<!-- <td><code>"refId"</code></td> -->
<td><code>"example.com"</code></td>
<!-- <td><code>"example.com"</code></td> -->
</tr>
<tr>
<td class="echo">&lt;bh-cite deref&gt;&lt;a href=&quot;#refId&quot;&gt;...</td>
<td class="echo">&lt;bh-cite deref&gt<wbr>;&lt;a href=&quot;#refId&quot;&gt;<wbr>...</td>
<!-- <td><code>"refId"</code></td> -->
<td>URL yielded by Citation.js</td>
<!-- <td><code>"#refId"</code></td> -->
Expand Down

0 comments on commit fb1765e

Please sign in to comment.