Support nested Markdown heading levels

This commit is contained in:
udo
2026-07-17 05:27:00 +00:00
parent 8dbff881a1
commit dbb8ae2c4b
5 changed files with 23 additions and 2 deletions
+3 -1
View File
@@ -217,7 +217,9 @@ void cli_run_doc_pages_gate()
CliHttpResponse res;
String summary;
bool ok = false;
for(u64 attempt = 0; attempt < 3; attempt++)
// Frontend GETs may serve the last complete nested component while its
// prioritized replacement compiles; cover a normal cold WASI compile.
for(u64 attempt = 0; attempt < 12; attempt++)
{
if(attempt > 0)
usleep(500000);