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 have documents with the old-style metadata blocks at the top:
% A Tale of Two Cities
% Charles Dickens
% 1859
but many leave the author field blank:
% A Tale of Two Cities
%
% 1859
Until recently I was using pandoc-1.9.4.5 and it would just leave out the author but still embed the date. Now, with pandoc-1.12.2.1 it will not propagate the date if the author is missing. Specifically, with pandoc -t json on the first example above produces:
I have documents with the old-style metadata blocks at the top:
but many leave the author field blank:
Until recently I was using pandoc-1.9.4.5 and it would just leave out the author but still embed the date. Now, with pandoc-1.12.2.1 it will not propagate the date if the author is missing. Specifically, with
pandoc -t json
on the first example above produces:and on the second example (with the missing author):
So the metadata block is missing the date, 1859.
The text was updated successfully, but these errors were encountered: