From 30b6d716f3e4448667ee61bdda044df739d6ad68 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 4 Feb 2022 18:48:25 -0500 Subject: epub, work on --- org/default_regex.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index 6734b62..636d767 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -105,6 +105,7 @@ static trailing_linebreak = ctRegex!(",[ ]{1,2}\\\\\ static newline_eol_delimiter = ctRegex!("\n"); static newline_eol_strip_preceding = ctRegex!("[ ]*\n"); static newline_eol_delimiter_only = ctRegex!("^\n"); +static markup_inline_linebreak = ctRegex!(`\s*\\\\s*`, "m"); static line_delimiter_ws_strip = ctRegex!("[ ]*\n[ ]*"); static para_delimiter = ctRegex!("\n[ ]*\n+"); static table_col_delimiter = ctRegex!("[ ]*\n+", "mg"); @@ -526,7 +527,7 @@ static src_formalised_file_path_parts = ctRegex!(`(?P(?:[/a static br_empty_line = ctRegex!(`\n[ ]*\n`, "mg"); static br_newlines_linebreaks = ctRegex!(`[\n┘┙]`, "mg"); static br_line = ctRegex!(`┘`, "mg"); -static br_nl = ctRegex!(`┙`, "mg"); +static br_newline_inline = ctRegex!(`┙`, "mg"); #+END_SRC *** inline (internal program) markup footnotes endnotes :inline:footnote: -- cgit v1.2.3