Set maximum width, no warnings in chromium

This commit is contained in:
Willem van den Ende 2025-07-29 17:47:50 +02:00
parent e248395557
commit 0bbff27b44
2 changed files with 4 additions and 0 deletions

View File

@ -104,3 +104,7 @@ compileToHTML path = do
html <- runIOorExplode $ writeHtml5String def transformed
TIO.writeFile outputPath html
putStrLn ("✅ HTML written to " ++ outputPath)
-- Open the generated HTML file in browser for Claude Code to check errors
putStrLn $ "🌐 Opening " ++ outputPath ++ " in browser for error checking..."
void $ callProcess "open" [outputPath]

Binary file not shown.