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 5a56bff commit a66677bCopy full SHA for a66677b
src/core/pandoc/codegen.ts
@@ -193,7 +193,7 @@ export function pandocBlock(delimiter: string) {
193
};
194
}
195
196
-export const pandocDiv = pandocHtmlBlock("div");
+export const pandocDiv = pandocBlock(":::");
197
export const pandocCode = pandocBlock("```");
198
export const pandocFigure = pandocHtmlBlock("figure");
199
export const pandocFigCaption = pandocHtmlBlock("figcaption");
0 commit comments