We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c7d2 commit 4b5a282Copy full SHA for 4b5a282
1 file changed
src/index.ts
@@ -16,7 +16,6 @@ export async function org2html(
16
const result = await renderToHtml(ast, options);
17
18
// Always apply template (default or custom)
19
- // COde Documentation here
20
result.html = await applyTemplate(
21
result.html,
22
result.metadata,
0 commit comments