diff options
Diffstat (limited to 'org/defaults.org')
-rw-r--r-- | org/defaults.org | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org/defaults.org b/org/defaults.org index b666c30..cb4ee80 100644 --- a/org/defaults.org +++ b/org/defaults.org @@ -1184,6 +1184,7 @@ template SiSUlanguageCodes() { #+name: prgmkup_rgx #+BEGIN_SRC d static newline = ctRegex!("\n", "mg"); +static strip_br = ctRegex!("^<br>\n|<br>\n*$"); static space = ctRegex!(`[ ]`, "mg"); static spaces_line_start = ctRegex!(`^(?P<opening_spaces>[ ]+)`, "mg"); static spaces_multiple = ctRegex!(`(?P<multiple_spaces>[ ]{2,})`, "mg"); // could be issues for endnotes |