Skip to content

Commit 5ca1740

Browse files
cscheidjjallaire
authored andcommitted
changelog, cleanup
1 parent 008f7f4 commit 5ca1740

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

news/changelog-1.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- Fix multi-column regression (#1698)
4848
- Hide declarations in hugo format (#1812)
4949
- Enable OJS runtime in the presence of `ojs_define` (#1846)
50+
- Emit subcaptions correctly (#1711)
5051

5152
## Websites
5253

src/execute/ojs/compile.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,6 @@ export async function ojsCompile(
614614
);
615615
makeSubFigures(specs);
616616
if (cell.options?.[kCellFigCap]) {
617-
//const cap = pandocFigCaption();
618-
//div.push(cap);
619-
//cap.push(pandocRawStr(cell.options[kCellFigCap] as string));
620617
div.push(pandocRawStr(cell.options[kCellFigCap] as string));
621618
}
622619
} else {

0 commit comments

Comments
 (0)