Skip to content

Commit 90ad18c

Browse files
docs
1 parent d1a0839 commit 90ad18c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎docs/processing.jl‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ function pre_collapse_figure(content)
2222
# :::
2323
"""
2424
replacer = SubstitutionString(replace(replacement_template, "HASH" => fig_hash))
25+
26+
@info match(matcher, content)
27+
2528
content = replace(content, matcher => replacer)
2629
return content
2730
end

0 commit comments

Comments
 (0)