redesign 2023
This commit is contained in:
5
themes/FixIt/layouts/partials/function/escape.html
Normal file
5
themes/FixIt/layouts/partials/function/escape.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{- /* Escape character */ -}}
|
||||
{{- /* {?X} -> X */ -}}
|
||||
{{- $REin := `\{\?(.)\}` -}}
|
||||
{{- $REout := `$1` -}}
|
||||
{{- return replaceRE $REin $REout . -}}
|
Reference in New Issue
Block a user