This commit is contained in:
Shan Carter
2017-01-09 17:27:55 -08:00
parent 7fe35c3b88
commit c0824c1827
3 changed files with 154 additions and 4 deletions
-1
View File
@@ -8,7 +8,6 @@ export default function(dom, data) {
if (el) {
let rawBib = el.textContent;
let parsed = bibtexParse.toJSON(rawBib);
console.log(parsed);
if(parsed) {
parsed.forEach(e => {
bibliography[e.citationKey] = e.entryTags;