From: plugd Date: Sun, 7 Aug 2022 23:27:19 +0000 (+1000) Subject: Fixed a text/gemini parsing regression. X-Git-Tag: v3.4.3~7 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=f103164b28ef710f8d49595955725be1e127a018 Fixed a text/gemini parsing regression. --- diff --git a/elpher.el b/elpher.el index 1573581..2a30f99 100644 --- a/elpher.el +++ b/elpher.el @@ -1687,7 +1687,7 @@ can be used to toggle the display of the preformatted text." (setq-local fill-column (min (window-width) elpher-gemini-max-fill-width)) (dolist (line (split-string data "\n")) (pcase line - ((rx (: "```" (opt (let alt-text (+ any))))) + ((rx (: string-start "```" (opt (let alt-text (+ any))))) (setq preformatted (if preformatted nil