compilar: Activar smartypants
This commit is contained in:
parent
b09a83d10f
commit
34abffdbb6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ fn generateMarkdown(
|
||||||
const html = c.cmark_markdown_to_html(
|
const html = c.cmark_markdown_to_html(
|
||||||
markdown.ptr,
|
markdown.ptr,
|
||||||
markdown.len,
|
markdown.len,
|
||||||
c.CMARK_OPT_UNSAFE, //| c.CMARK_OPT_SMART,
|
c.CMARK_OPT_UNSAFE | c.CMARK_OPT_SMART,
|
||||||
);
|
);
|
||||||
defer std.c.free(html);
|
defer std.c.free(html);
|
||||||
|
|
||||||
|
|
Reference in a new issue