Open Pandapip1 opened 1 year ago
Do you have a suggestion for how to specify that option in the HTML?
Similarly to how MathJax does it:
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
},
svg: {
fontCache: 'global'
}
};
</script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js">
</script>
Pretty simple: I would like to be able to use replacer, but instead of targeting
.citation-js
, I would like to targetcode.language-csl-json
.