Skip to content

Commit

Permalink
Highlight PICA+ subfield codes
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Nov 30, 2021
1 parent 274356e commit 83dae6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Analyze.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</div>
<p v-if="isComplete(result)">
<a href="https://format.k10plus.de/k10plushelp.pl?cmd=kat&val=5400&katalog=Standard"><code>PICA+: </code></a>
<code class="language-pica" v-html="picaFromConcept(result).replace(/\$(.)/g,'<b>$$$1</b>')"></code>
<code class="language-pica" v-html="picaFromConcept(result).replace(/\\$(.)/g,'<b>$$$1</b>')"></code>
<br>
<a href="https://format.k10plus.de/k10plushelp.pl?cmd=kat&val=5400&katalog=Standard"><code>Pica3: </code></a>
<code>{{ pica3FromDDC(result) }}</code>
Expand Down

0 comments on commit 83dae6f

Please sign in to comment.