Support nested Markdown heading levels
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user