bdarcus / csl-next

An experimental reimagining of CSL
Mozilla Public License 2.0
8 stars 0 forks source link

refactor(citation): make suffix an array again #138

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

String parsing is fallible, and this input format is aimed at machines anyway.

So for now, a citation-reference suffix is array of locator key-values and/or strings.

suffix: [see ,page: 23, section: V]

Close: #51