Skip to content

Commit a66677b

Browse files
committed
use pandoc divs instead of raw html so lua filters work. Closes #1698
1 parent 5a56bff commit a66677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/pandoc/codegen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export function pandocBlock(delimiter: string) {
193193
};
194194
}
195195

196-
export const pandocDiv = pandocHtmlBlock("div");
196+
export const pandocDiv = pandocBlock(":::");
197197
export const pandocCode = pandocBlock("```");
198198
export const pandocFigure = pandocHtmlBlock("figure");
199199
export const pandocFigCaption = pandocHtmlBlock("figcaption");

0 commit comments

Comments
 (0)