From 3ace4d1ef9abba36c9bf55ec3896a5afd16c7504 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 20 May 2020 11:57:20 -0700 Subject: [PATCH] Removes problematic markup --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2014790..b47621a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ gemini can format your `text/gemini` files in a consistent and spec compliant wa - Normalizes headings as: `# ` (for each heading level) - Will show an error if a heading level greater than 3 is supplied, but will leave the line as is - Will remove any consecutive white-space characters from normal text (but does not adjust newlines) -- Will make no modifications to preformatted text blocks -- Allows alt text on an opening pre block and normalizes it:
``` <text>
+- Will make no modifications to preformatted text blocks except for the removal of trailing white-space +- Allows alt text on an opening pre block and normalizes it to have a single space before the alt text - Will show an error if alt text appears on the closing line of a pre block, but will leave the line as is \* The last two items are not currently specced, but being formatted here as a beta feature that may be removed or modified in the future