From d072c920df9ac82d5733299a46b6f0fa28e331f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sat, 28 Oct 2023 22:13:08 +0300 Subject: [PATCH 1/1] Updated README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bbb4368..559e808 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Create the following service file and save it as _~/.config/systemd/user/gmcapsu [Unit] Description=GmCapsule: extensible Gemini/Titan server After=network.target - + [Service] Type=simple ExecStart=/gmcapsuled @@ -29,7 +29,7 @@ Create the following service file and save it as _~/.config/systemd/user/gmcapsu StandardOutput=syslog StandardError=syslog SyslogIdentifier=gmcapsule - + [Install] WantedBy=default.target @@ -50,6 +50,7 @@ The log can be viewed via journalctl (or syslog): ### v0.6 * Added `stream` to the `[cgi.*]` section to enable streaming output mode where the output of the CGI child process is immediately sent to the client without any buffering. Streaming is not supported if the server is using multiple processes. +* Markdown: Fixed handling of alt text in preformatted blocks (patch by Mike Cifelli). ### v0.5 -- 2.34.1