zotero / citeproc-rs

CSL processor in Rust.
https://cormacrelf.github.io/citeproc-wasm-demo/
Other
71 stars 12 forks source link

Fix "line-spacing" attribute on <bibliography> in CSL is ignored #133

Closed tnajdek closed 2 years ago

tnajdek commented 2 years ago

This fixes an issue where bibliography renders with incorrect line spacing.

Struct style::Bibliography used line-spaces, however it should be line-spacing according to the spec.

dstillman commented 2 years ago

Anything holding this up? This seems like a blocker.

cormacrelf commented 2 years ago

After all that, it turns out I can't test that the new post-ci.yml workflow works for non-collaborators, if you re-run the checks GH just uses the version that was in place last time they were run.

cormacrelf commented 2 years ago

Thanks @tnajdek 👍