From 5509bb11682ba130859c90e682641ece390e9969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 30 Jan 2021 17:40:05 +0000 Subject: Fix formatting in README --- README.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'README.html') diff --git a/README.html b/README.html index 576b50d..dc4845f 100644 --- a/README.html +++ b/README.html @@ -113,7 +113,7 @@ Headings begin and end with the same number of equal signs:

Lists

-_All lists start with a single space_, followed by some marker. +All lists start with a single space, followed by some marker.

Unordered lists are created with - : @@ -124,11 +124,12 @@ Headings begin and end with the same number of equal signs:

Ordered lists are created with n. : - -1. This is an ordered list -2. With an item that spans -two lines

+
+ 1. This is an ordered list
+ 2. With an item that spans
+two lines
+

Definition lists are created with term: :

@@ -180,7 +181,7 @@ You can download the file here [1].

Preformatted blocks

-_Preformatted blocks start with a single tab:_ +Preformatted blocks start with a single tab:

 	#include <stdio.h>
@@ -189,7 +190,7 @@ You can download the file here [1].
 

Paragraphs

-_Paragraphs start with no space:_ +Paragraphs start with no space:

 This is a paragraph
-- 
cgit v1.2.3