]> git.r.bdr.sh - rbdr/gema_texto/blobdiff - README.md
Fix regression where .gmi wasn't being replaced to .html
[rbdr/gema_texto] / README.md
index 7497cf1cfc4634113e1e26b4f73ab2c19f912320..272070e066918f9ce9b62c41a62f350847c76912 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,8 @@ for those projects. Here's how each line is handled:
 
 - Headings and the content under them is wrapped in a `<section>` tag.
 - All text lines are `<p>`, even empty ones.
 
 - Headings and the content under them is wrapped in a `<section>` tag.
 - All text lines are `<p>`, even empty ones.
-- URLs are wrapped in a `<p>`
+- URLs are wrapped in a `<p>` and .gmi files are changed to .html unless the
+    URL starts with gemini:
 - Alt Text is supported for preformatted-toggles, and is written as
     the aria-label of the `<pre>` tag.
 - Consecutive list items are wrapped in a `<ul>` and rendered as `<li>` tags.
 - Alt Text is supported for preformatted-toggles, and is written as
     the aria-label of the `<pre>` tag.
 - Consecutive list items are wrapped in a `<ul>` and rendered as `<li>` tags.