From 5f7e1e310aafc765684463d3ae00359c652cd751 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 13 Jan 2025 18:35:46 +0100 Subject: Fix regression where .gmi wasn't being replaced to .html --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 `
` tag. - All text lines are `

`, even empty ones. -- URLs are wrapped in a `

` +- URLs are wrapped in a `

` 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 `

` tag.
 - Consecutive list items are wrapped in a `
    ` and rendered as `
  • ` tags. -- cgit