You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2024. It is now read-only.
# '#' mean a comment line and blank lines are ignored.
# Regex search and replace is done in the order specified below. Remember order is important!
# Expected format is:
# >pattern
# replacement<
# with no spaces, unless intended. Both the pattern and replacement values need to be in new lines. Every line starting with > should be followed by a line containing < at the end else output maybe unpredictable.
# Matches \f..\f* and \x..\x* markers.
>\\[fx] [+-?]? ?.*?\\[fx]\* ?($)?
<
# Matches \ef..\ef* and \ex..\ex* markers.
>\\e[fx] [+-?]? ?.*?\\e[fx]\* ?($)?
<
# Matches \r..\r*
>\\rq.*?\\rq\*
<
# Matches all markers starting with \r
>\\r.*
<
# Matches \va..\va* and \vp..\vp* and their alternate pairs too (unintended but good enough).
>\\v[ap].*?\\v[ap]\*
<
# Matches all introduction tags starting with \i..\i*