bdarcus / csl-next

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

feat(processor): add grouping #132

Closed bdarcus closed 1 year ago

bdarcus commented 1 year ago

Created a merge conflict, and the GitHub merge resolution forced a merge commit.

Easier to start over.

Here's the result currently:

  ProcReference {
    data: {
      type: "article",
      title: "The Title",
      author: [ { name: "United Nations", parse: false } ],
      issued: "2020",
      citekey: "un"
    },
    procHints: { groupIndex: 1, groupKey: "United Nations:2019", groupLength: 1 }
  }