From a27e58ed6acc8e9719bd8ed7c226d2734ff7a654 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?=
Date: Fri, 29 Jan 2021 21:09:02 +0000
Subject: Escape &, <, >
---
README.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'README.html')
diff --git a/README.html b/README.html
index a96b35c..2dea2c7 100644
--- a/README.html
+++ b/README.html
@@ -104,7 +104,7 @@ You can download the file here [1].
Preformatted blocks start with a single tab:
-#include
+ #include <stdio.h>
main() { puts("Hello world!\n"); }
Paragraphs
@@ -157,8 +157,8 @@ It is available for download [1].
translates into the following HTML:
-It is available for download (link).
-
+<p>It is available for download (<a href="v1.tgz">link</a>).
+</p>
The default link text ("link") can be changed by setting
--
cgit v1.2.3