feat: hectic C: logging settings

This commit is contained in:
2025-04-07 16:54:11 +00:00
parent 98a26f1f61
commit d04a78de23
7 changed files with 773 additions and 22 deletions

View File

@@ -38,7 +38,7 @@ int main(int argc, char *argv[]) {
text = arena_strdup(&arena, "");
}
hmpl_render_with_arena(&arena, &text, context);
hmpl_render_with_arena(&arena, &text, context, &DEFAULT_OPTIONS);
printf("%s", text);
arena_free(&arena);