aboutsummaryrefslogtreecommitdiff
path: root/README.html
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-01-29 21:09:02 +0000
committerJohn Ankarström <john@ankarstrom.se>2021-01-29 21:09:02 +0000
commita27e58ed6acc8e9719bd8ed7c226d2734ff7a654 (patch)
tree6688be56874c5384e6e95c08fc377b9b12556310 /README.html
parent22958707c64b2e6d08595e517e86c9fe61c2b72c (diff)
downloadem-a27e58ed6acc8e9719bd8ed7c226d2734ff7a654.tar.gz
Escape &, <, >
Diffstat (limited to 'README.html')
-rw-r--r--README.html6
1 files changed, 3 insertions, 3 deletions
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:
</p>
<pre>
-#include <stdio.h>
+ #include &lt;stdio.h&gt;
main() { puts("Hello world!\n"); }
</pre>
<h4>Paragraphs</h4>
@@ -157,8 +157,8 @@ It is available for download [1].
translates into the following HTML:
</p>
<pre>
-<p>It is available for download (<a href="v1.tgz">link</a>).
-</p>
+&lt;p&gt;It is available for download (&lt;a href="v1.tgz"&gt;link&lt;/a&gt;).
+&lt;/p&gt;
</pre>
<p>
The default link text ("link") can be changed by setting