diff options
Diffstat (limited to 'README.html')
-rw-r--r-- | README.html | 6 |
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 <stdio.h> 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> +<p>It is available for download (<a href="v1.tgz">link</a>). +</p> </pre> <p> The default link text ("link") can be changed by setting |