File tree Expand file tree Collapse file tree 6 files changed +56
-31
lines changed Expand file tree Collapse file tree 6 files changed +56
-31
lines changed Original file line number Diff line number Diff line change 1
- < ul class ="simple ">
2
- < li > < p > List item 1</ p > </ li >
3
- < li > < p > This is list item two</ p > </ li >
4
- < li > < p > And finally, list item three.</ p > </ li >
5
- </ ul >
6
- < ul class ="simple ">
7
- < li > < p > Another list</ p >
8
- < ul >
9
- < li > < p > that is indented</ p > </ li >
10
- < li > < p > indented list item</ p > </ li >
11
- </ ul >
12
- </ li >
13
- </ ul >
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > Document Title</ title >
5
+ </ head >
6
+ < body >
7
+ < div class ="section " id ="document-title ">
8
+ < h1 > Document Title</ h1 >
9
+ < ul >
10
+ < li > List item 1</ li >
11
+ < li > This is list item two</ li >
12
+ < li > And finally, list item three.</ li >
13
+ < li > < p > Another list</ p >
14
+ < ul >
15
+ < li > that is indented</ li >
16
+ < li > indented list item</ li >
17
+ </ ul >
18
+ </ li >
19
+ </ ul >
20
+ </ div >
21
+ </ body >
22
+ </ html >
Original file line number Diff line number Diff line change
1
+ ==============
2
+ Document Title
3
+ ==============
1
4
2
5
* List item 1
3
6
* This is list item two
4
7
* And finally, list item three.
5
8
6
9
* Another list
7
- * that is indented
8
- * indented list item
10
+
11
+ * that is indented
12
+ * indented list item
Original file line number Diff line number Diff line change 1
- < ol class ="simple ">
2
- < li > < p > First numbered list item.</ p > </ li >
3
- < li > < p > This is the second numbered list item.</ p > </ li >
4
- < li > < p > and then the third numbered list item.</ p > </ li >
5
- </ ol >
6
-
7
- < ol class ="simple ">
8
- < li > < p > First numbered list item.</ p > </ li >
9
- < li > < p > This is the second numbered list item.</ p > </ li >
10
- < li > < p > and then the third numbered list item.</ p > </ li >
11
- < ol class ="simple ">
12
- < li > < p > This is an indented numbered list.</ p > </ li >
13
- < li > < p > This is the second item.</ p > </ li >
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < title > Document Title</ title >
5
+ </ head >
6
+ < body >
7
+ < div class ="section " id ="document-title ">
8
+ < h1 > Document Title</ h1 >
9
+ < ol >
10
+ < li > First numbered list item.</ li >
11
+ < li > This is the second numbered list item.</ li >
12
+ < li > and then the third numbered list item.</ li >
13
+ < li > First numbered list item.</ li >
14
+ < li > This is the second numbered list item.</ li >
15
+ < li > < p > and then the third numbered list item.</ p >
16
+ < ol >
17
+ < li > This is an indented numbered list.</ li >
18
+ < li > This is the second item.</ li >
14
19
</ ol >
15
- </ li >
16
- </ ol >
20
+ </ li >
21
+ </ ol >
22
+ </ div >
23
+ </ body >
24
+ </ html >
Original file line number Diff line number Diff line change
1
+ ==============
2
+ Document Title
3
+ ==============
4
+
1
5
#. First numbered list item.
2
6
#. This is the second numbered list item.
3
7
#. and then the third numbered list item.
4
8
5
9
#. First numbered list item.
6
- #. This is second numbered list item.
10
+ #. This is the second numbered list item.
7
11
#. and then the third numbered list item.
8
12
9
13
#. This is an indented numbered list.
You can’t perform that action at this time.
0 commit comments