Skip to content

Commit

Permalink
Fix appendix numbering issue in references (#190)
Browse files Browse the repository at this point in the history
* Fix appendix numbering issue in references.

* #189 Add changelog entry.
  • Loading branch information
d-gregorczyk authored Jul 13, 2023
1 parent fb61634 commit a7c6b16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class NumberingProcessor(
node.wrapped.id, if (isInAppendix()) {
if (node.wrapped.isAppendix()) {
LabelInfo(
(currentAppendix - 1).toString(),
currentAppendix.toString(),
LabelSource.APPENDIX,
currentVolumeCaption,
refText
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ Each section shall contain a list of action items of the following format: `<bri

### Editorial Fixes

- Wrong appendix numbering in references ([#189](https://github.com/IHE/DEV.SDPi/issues/189))).

## [1.0.1] - 2023-04-14

### Editorial Fixes
Expand Down

0 comments on commit a7c6b16

Please sign in to comment.