You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote [<%= it.authors[0] ? it.authors[0] : 'Unknown' %>, <%= it.year ?? it.date %>](<%= it.url ?? it.DOI%>) in zt-cite.eta
but those attributes seemed to be empty as I inserted one citation and it generated [Unknown, ]().
then I tested this eta in zt-note.eta and it worked well ...
The text was updated successfully, but these errors were encountered:
I wrote
[<%= it.authors[0] ? it.authors[0] : 'Unknown' %>, <%= it.year ?? it.date %>](<%= it.url ?? it.DOI%>)
in zt-cite.etabut those attributes seemed to be empty as I inserted one citation and it generated
[Unknown, ]()
.then I tested this eta in zt-note.eta and it worked well ...
The text was updated successfully, but these errors were encountered: