mirror of
https://github.com/wassname/template.git
synced 2026-08-15 12:54:58 +08:00
bib
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user