changing doc format and HTML literals

This commit is contained in:
udo
2026-04-22 09:31:00 +00:00
parent f7b066b374
commit 14ebf10a22
17 changed files with 319 additions and 30 deletions
+7
View File
@@ -1,6 +1,13 @@
#include "../demo_guard.h"
RENDER(Request& context)
{
if(!test_demo_request_allowed(context))
{
test_demo_render_restricted_text(context, "Working Directory Sub-Invoke", "reveal internal filesystem layout");
return;
}
print("Sub-Invoke Working dir: ", cwd_get(), "\n");
}