mirror of
https://github.com/wassname/template.git
synced 2026-07-25 13:30:09 +08:00
testing
This commit is contained in:
@@ -8,6 +8,7 @@ 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;
|
||||
|
||||
Vendored
+1
@@ -4194,6 +4194,7 @@ var bibliography = function(dom, data) {
|
||||
if (el) {
|
||||
var rawBib = el.textContent;
|
||||
var parsed = bibtexParse.toJSON(rawBib);
|
||||
console.log(parsed);
|
||||
if(parsed) {
|
||||
parsed.forEach(function (e) {
|
||||
bibliography[e.citationKey] = e.entryTags;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user