diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-04-26 10:58:57 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 9d171f94a491efdd68c9557c52914d48ccd33a28 (patch) | |
tree | 5cb50365db213472f52a064da43a9bf081813588 /org/default_regex.org | |
parent | 0.14.0 reorganized files, and paths (diff) |
xml family css
Diffstat (limited to 'org/default_regex.org')
-rw-r--r-- | org/default_regex.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/default_regex.org b/org/default_regex.org index 92810ea..baeca25 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -372,6 +372,7 @@ template SiSUoutputRgxInit() { #+name: sp_ch_xhtml_rgx #+BEGIN_SRC d static xhtml_ampersand = ctRegex!(`[&]`); // & +static xhtml_quotation = ctRegex!(`[&]`); // " static xhtml_less_than = ctRegex!(`[<]`); // < static xhtml_greater_than = ctRegex!(`[>]`); // > static xhtml_line_break = ctRegex!(` [\\]{2}`); // <br /> |