aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/output_rgx.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-04-26 10:58:57 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit9d171f94a491efdd68c9557c52914d48ccd33a28 (patch)
tree5cb50365db213472f52a064da43a9bf081813588 /src/sdp/output_rgx.d
parent0.14.0 reorganized files, and paths (diff)
xml family css
Diffstat (limited to 'src/sdp/output_rgx.d')
-rw-r--r--src/sdp/output_rgx.d1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/output_rgx.d b/src/sdp/output_rgx.d
index 0a5dcbb..149b41b 100644
--- a/src/sdp/output_rgx.d
+++ b/src/sdp/output_rgx.d
@@ -64,6 +64,7 @@ template SiSUoutputRgxInit() {
static table_delimiter_col = ctRegex!("[ ]*[┊][ ]*", "mg"); //
static table_delimiter_row = ctRegex!("[ ]*\n", "mg"); //
static xhtml_ampersand = ctRegex!(`[&]`); // &amp;
+ static xhtml_quotation = ctRegex!(`[&]`); // &quot;
static xhtml_less_than = ctRegex!(`[<]`); // &lt;
static xhtml_greater_than = ctRegex!(`[>]`); // &gt;
static xhtml_line_break = ctRegex!(` [\\]{2}`); // <br />