From 9d171f94a491efdd68c9557c52914d48ccd33a28 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 26 Apr 2017 10:58:57 -0400 Subject: xml family css --- org/default_regex.org | 1 + 1 file changed, 1 insertion(+) (limited to 'org/default_regex.org') 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}`); //
-- cgit v1.2.3