Set maximum width, no warnings in chromium
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user