From ed17763e72b7a9508432e341cb4aca1b2186d329 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Wed, 18 Dec 2019 10:55:24 -0500 Subject: cosmetic primarily "format" --- org/default_regex.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'org/default_regex.org') diff --git a/org/default_regex.org b/org/default_regex.org index bdd7863..3dd9cd1 100644 --- a/org/default_regex.org +++ b/org/default_regex.org @@ -108,7 +108,7 @@ static comment = ctRegex!(`^%+ `); static variable_doc_title = ctRegex!(`@title`); static variable_doc_author = ctRegex!(`@author|@creator`); static raw_author_munge = ctRegex!(`(?P\S.+?),\s+(?P.+)`,"i"); -static yaml_header_meta_title = ctRegex!(`^\s*(?:title\s*:\s*(?:"?\w|$))`, "m"); +static yaml_header_meta_title = ctRegex!(`^\s*title\s*:\s*(?:"?\w|$)`, "m"); static yaml_config = ctRegex!(`^[a-z]+\s*:\s*(?:"?\w|$)`, "m"); #+END_SRC -- cgit v1.2.3