We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e62b97 commit 3633b91Copy full SHA for 3633b91
deploy.jl
@@ -37,7 +37,7 @@ ACTIVATE = """
37
preproc(s) = ACTIVATE * s
38
39
# Remove lines that end with `# hide`
40
-postproc(s) = replace(s, r"(^|\n).*?#(\s)*?(?i)hide"=>s"\1")
+postproc(s) = replace(s, r"(^|\n).*?#(\s)*?(?i)hide(?:all)?"=>s"\1")
41
42
# =============================================================================
43
0 commit comments