Skip to content

Commit

Permalink
feat(JATS): Add Footnote as default note type
Browse files Browse the repository at this point in the history
  • Loading branch information
rgieseke committed Apr 7, 2021
1 parent fd8241a commit 365a55c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/codecs/jats/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2337,6 +2337,7 @@ function decodeNote(elem: xml.Element, state: DecodeState): [stencila.Note] {
content: ensureBlockContentArray(
decodeElements(elem.elements ?? [], state)
),
noteType: 'Footnote',
}),
]
}

0 comments on commit 365a55c

Please sign in to comment.