How advanced is the Text Replacer regex? #51
-
Hey! Just asking here, since it's a bit cumbersome to test this in detail by making changes to both files and settings, then pushing and merging, etc. How advanced is the regex support in the Text Replacer? Specifically...
I would love to, for example, replace callouts with actual HTML (divs with a specific class), since Jekyll Kramdown doesn't support callouts. But that seems a bit beyond its capabilities. The problem is that I don't know what its capabilities are. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Normally, capture group can work (another user use it !) |
Beta Was this translation helpful? Give feedback.
-
Hello! |
Beta Was this translation helpful? Give feedback.
Hello!
Last beta version (-6) add a way to set custom tags for regex!
By default, the flags are fixed to
gi
(global + case insensitive)