fiduswriter / biblatex-csl-converter

A set of JavaScript converters: bib(la)tex => json, json => csl, and json => biblatex
GNU Lesser General Public License v3.0
34 stars 10 forks source link

Is {{...}} detectable? #103

Open retorquere opened 5 years ago

retorquere commented 5 years ago

biblatex with the biber backend will ignore the this pattern due to the excessive use in automated bibtex exports and not treat it as a nocase. But since the BCC parser doesn't produce a nested AST from the parsing I'm not sure how I can detect this pattern.