Skip to content

Commit 3633b91

Browse files
committed
jd-update
1 parent 9e62b97 commit 3633b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ACTIVATE = """
3737
preproc(s) = ACTIVATE * s
3838

3939
# Remove lines that end with `# hide`
40-
postproc(s) = replace(s, r"(^|\n).*?#(\s)*?(?i)hide"=>s"\1")
40+
postproc(s) = replace(s, r"(^|\n).*?#(\s)*?(?i)hide(?:all)?"=>s"\1")
4141

4242
# =============================================================================
4343

0 commit comments

Comments
 (0)