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 09c29d7 commit fe69856Copy full SHA for fe69856
src/format/html/format-html.ts
@@ -260,7 +260,7 @@ export async function htmlFormatExtras(
260
options.figResponsive = format.metadata[kFigResponsive] || false;
261
}
262
if (featureDefaults.codeAnnotations) {
263
- options.codeAnnotations = format.metadata[kCodeAnnotations];
+ options.codeAnnotations = format.metadata[kCodeAnnotations] || "below";
264
} else {
265
options.codeAnnotations = format.metadata[kCodeAnnotations] || false;
266
0 commit comments