1 parent d1a0839 commit 90ad18cCopy full SHA for 90ad18c
1 file changed
docs/processing.jl
@@ -22,6 +22,9 @@ function pre_collapse_figure(content)
22
# :::
23
"""
24
replacer = SubstitutionString(replace(replacement_template, "HASH" => fig_hash))
25
+
26
+ @info match(matcher, content)
27
28
content = replace(content, matcher => replacer)
29
return content
30
end
0 commit comments