aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-01-13 18:35:46 +0100
committerRuben Beltran del Rio <git@r.bdr.sh>2025-01-13 18:35:46 +0100
commit5f7e1e310aafc765684463d3ae00359c652cd751 (patch)
treedcdd4367d440572207103568f53306ebf240a8f9 /README.md
parent26ab94e7d00cfb920d14b9a6e64dfe16dc120a95 (diff)
Fix regression where .gmi wasn't being replaced to .html
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7497cf1..272070e 100644
--- 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.
-- 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.