We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f7f4 commit 5ca1740Copy full SHA for 5ca1740
news/changelog-1.1.md
@@ -47,6 +47,7 @@
47
- Fix multi-column regression (#1698)
48
- Hide declarations in hugo format (#1812)
49
- Enable OJS runtime in the presence of `ojs_define` (#1846)
50
+- Emit subcaptions correctly (#1711)
51
52
## Websites
53
src/execute/ojs/compile.ts
@@ -614,9 +614,6 @@ export async function ojsCompile(
614
);
615
makeSubFigures(specs);
616
if (cell.options?.[kCellFigCap]) {
617
- //const cap = pandocFigCaption();
618
- //div.push(cap);
619
- //cap.push(pandocRawStr(cell.options[kCellFigCap] as string));
620
div.push(pandocRawStr(cell.options[kCellFigCap] as string));
621
}
622
} else {
0 commit comments