pub fn remove_trailing_standalone_dash(content: &str) -> String
Remove a trailing standalone - line (pattern /(\n\n?)-[ \t]*$/): returns content with that dash line removed, newlines preserved.
-
/(\n\n?)-[ \t]*$/