Closed fredhohman closed 4 years ago
Looking closer, the citation numbers don't actually match up for what's in the text and what's in the list. Somehow 9 citations were dropped. I suspect it's a special or funky character in the bibtex that isn't get parsed correctly?
I found the problem: we cite 9 references in a svelte figure that are skipped in the citation list. I saw this problem locally so added this hidden div
to fix it, but doesn't look like it fixes it on the live version: https://github.com/distillpub/post--communicating-with-interactive-articles/blob/master/src/diagrams/application-tabs/application-tabs.svelte#L29-L36
Closing for now. Assuming this is taken care of unless Distill production build doesn't read hidden div
s. Will reopen otherwise.
On the published version the citations stop at [146], but it should have [155]. This is weird, the text still shows the final [155] citation.
Example:
Here's the current ending:
When I run the page locally, I see the correct number of citations both on
npm run dev
andnpm run build
and running a local server inpublic/
folder.@ncammarata thoughts?