legal_markdown 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +0 -1
- data/README.md +1 -1
- data/lib/legal_markdown.rb +29 -12
- data/lib/legal_markdown/make_yaml_frontmatter.rb +1 -1
- data/lib/legal_markdown/version.rb +1 -1
- data/test/test_legal_markdown_to_markdown.rb +43 -0
- data/test/tests/00.load_write_no_action.lmd +20 -0
- data/test/tests/00.load_write_no_action.md +20 -0
- data/test/tests/01.load_partial_no_action.lmd +22 -0
- data/test/tests/01.load_partial_no_action.md +27 -0
- data/test/tests/02.load_partials_no_action.lmd +24 -0
- data/test/tests/02.load_partials_no_action.md +34 -0
- data/test/tests/10.mixins_in_headers_and_text.lmd +20 -0
- data/test/tests/10.mixins_in_headers_and_text.md +12 -0
- data/test/tests/11.mixins_in_today_function.lmd +4 -0
- data/test/tests/11.mixins_in_today_function.md +1 -0
- data/test/tests/12.opt_clauses_no_subs.lmd +18 -0
- data/test/tests/12.opt_clauses_no_subs.md +9 -0
- data/test/tests/13.opt_clauses_subs.lmd +27 -0
- data/test/tests/13.opt_clauses_subs.md +11 -0
- data/test/tests/14.opt_clauses_with_mixins.lmd +24 -0
- data/test/tests/14.opt_clauses_with_mixins.md +9 -0
- data/test/tests/20.block_no_addons.lmd +32 -0
- data/test/tests/20.block_no_addons.md +40 -0
- data/test/tests/21.block_no_indents.lmd +33 -0
- data/test/tests/21.block_no_indents.md +40 -0
- data/test/tests/22.block_all_indents.lmd +33 -0
- data/test/tests/22.block_all_indents.md +40 -0
- data/test/tests/23.block_all_indents.md +40 -0
- data/test/tests/24.block_part_indents.lmd +40 -0
- data/test/tests/24.block_part_indents.md +52 -0
- data/test/tests/25.block_no_resets.lmd +33 -0
- data/test/tests/25.block_no_resets.md +40 -0
- data/test/tests/26.block_all_resets.lmd +33 -0
- data/test/tests/26.block_all_resets.md +40 -0
- data/test/tests/27.block_part_resets.lmd +40 -0
- data/test/tests/27.block_part_resets.md +52 -0
- data/test/tests/28.block_provs_multi_line_no_indent.lmd +42 -0
- data/test/tests/28.block_provs_multi_line_no_indent.md +52 -0
- data/test/tests/29.block_provs_multi_line_indents.lmd +42 -0
- data/test/tests/29.block_provs_multi_line_indents.md +52 -0
- data/test/tests/30.block_all_leader_types.lmd +43 -0
- data/test/tests/30.block_all_leader_types.md +52 -0
- data/test/tests/31.block_complex_leader_types.lmd +44 -0
- data/test/tests/31.block_complex_leader_types.md +52 -0
- data/test/tests/32.block_new_leader_style.lmd +47 -0
- data/test/tests/32.block_new_leader_style.md +52 -0
- data/test/tests/33.block_with_pre_simple.lmd +33 -0
- data/test/tests/33.block_with_pre_simple.md +40 -0
- data/test/tests/34.block_with_pre_complex.lmd +34 -0
- data/test/tests/34.block_with_pre_complex.md +40 -0
- data/test/tests/35.block_with_preval.lmd +33 -0
- data/test/tests/35.block_with_preval.md +40 -0
- data/test/tests/36.block_with_crossrefs.lmd +33 -0
- data/test/tests/36.block_with_crossrefs.md +40 -0
- data/test/tests/37.block_with_diff_start_pt.lmd +34 -0
- data/test/tests/37.block_with_diff_start_pt.md +40 -0
- data/test/tests/40.block_with_mixins.lmd +45 -0
- data/test/tests/40.block_with_mixins.md +52 -0
- data/test/tests/41.block_with_opt_clauses.lmd +48 -0
- data/test/tests/41.block_with_opt_clauses.md +50 -0
- data/test/tests/42.block_with_opt_clauses_and_mixins.lmd +54 -0
- data/test/tests/42.block_with_opt_clauses_and_mixins.md +50 -0
- data/test/tests/partials/z.partial1 +6 -0
- data/test/tests/partials/z.partial2 +6 -0
- metadata +125 -5
@@ -0,0 +1,33 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
# Structured Headers
|
4
|
+
level-1: "Article 1."
|
5
|
+
level-2: "Section 1."
|
6
|
+
level-3: "1."
|
7
|
+
no-reset:
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
# TEST 4
|
12
|
+
|
13
|
+
```
|
14
|
+
l. Provision for Article 1.
|
15
|
+
ll. Provision for Section 1.1.
|
16
|
+
lll. Provision for 1.1.1.
|
17
|
+
lll. Provision for 1.1.2.
|
18
|
+
ll. Provision for Section 1.2.
|
19
|
+
lll. Provision for 1.2.1.
|
20
|
+
l. Provision for 1.2.2.
|
21
|
+
ll. Profivis asl;jksfd;lg; lkshflksjdh
|
22
|
+
l. asd;flkajsdf;lkj
|
23
|
+
lll. ;alsdkfjasd;flkajsd
|
24
|
+
ll. as;dlfkjasd;flakjsdll.
|
25
|
+
lll. a;lsdfkjasd;lfkj
|
26
|
+
ll. a;sdlfkajsd;flk
|
27
|
+
l. as;dlfkajsd;flkj
|
28
|
+
lll. a;sldfkajsd;
|
29
|
+
ll. a;sldfkjasd;flkajs
|
30
|
+
lll. a;lsdfkajsd;lfkj
|
31
|
+
ll. a;sdlfkajsd;flkajs
|
32
|
+
lll. as;dlfkjasd;lfkjs
|
33
|
+
```
|
@@ -0,0 +1,40 @@
|
|
1
|
+
# TEST 4
|
2
|
+
|
3
|
+
Article 1. Provision for Article 1.
|
4
|
+
|
5
|
+
Section 1. Provision for Section 1.1.
|
6
|
+
|
7
|
+
1. Provision for 1.1.1.
|
8
|
+
|
9
|
+
2. Provision for 1.1.2.
|
10
|
+
|
11
|
+
Section 2. Provision for Section 1.2.
|
12
|
+
|
13
|
+
1. Provision for 1.2.1.
|
14
|
+
|
15
|
+
Article 2. Provision for 1.2.2.
|
16
|
+
|
17
|
+
Section 1. Profivis asl;jksfd;lg; lkshflksjdh
|
18
|
+
|
19
|
+
Article 3. asd;flkajsdf;lkj
|
20
|
+
|
21
|
+
1. ;alsdkfjasd;flkajsd
|
22
|
+
|
23
|
+
Section 1. as;dlfkjasd;flakjsdll.
|
24
|
+
|
25
|
+
1. a;lsdfkjasd;lfkj
|
26
|
+
|
27
|
+
Section 2. a;sdlfkajsd;flk
|
28
|
+
|
29
|
+
Article 4. as;dlfkajsd;flkj
|
30
|
+
|
31
|
+
1. a;sldfkajsd;
|
32
|
+
|
33
|
+
Section 1. a;sldfkjasd;flkajs
|
34
|
+
|
35
|
+
1. a;lsdfkajsd;lfkj
|
36
|
+
|
37
|
+
Section 2. a;sdlfkajsd;flkajs
|
38
|
+
|
39
|
+
1. as;dlfkjasd;lfkjs
|
40
|
+
|
@@ -0,0 +1,40 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
# Structured Headers
|
4
|
+
level-1: "Article 1."
|
5
|
+
level-2: "Section 1."
|
6
|
+
level-3: "1."
|
7
|
+
level-4: "a."
|
8
|
+
no-reset: ll., llll.
|
9
|
+
|
10
|
+
---
|
11
|
+
|
12
|
+
# TEST 4
|
13
|
+
|
14
|
+
```
|
15
|
+
l. Provision for Article 1.
|
16
|
+
ll. Provision for Section 1.1.
|
17
|
+
lll. Provision for 1.1.1.
|
18
|
+
lll. Provision for 1.1.2.
|
19
|
+
ll. Provision for Section 1.2.
|
20
|
+
lll. Provision for 1.2.1.
|
21
|
+
l. Provision for 1.2.2.
|
22
|
+
ll. Profivis asl;jksfd;lg; lkshflksjdh
|
23
|
+
l. asd;flkajsdf;lkj
|
24
|
+
ll. ;alsdkfjasd;flkajsd
|
25
|
+
lll. as;dlfkjasd;flakjsdll.
|
26
|
+
llll. a;lsdfkjasd;lfkj
|
27
|
+
ll. a;sdlfkajsd;flk
|
28
|
+
l. as;dlfkajsd;flkj
|
29
|
+
lll. a;sldfkajsd;
|
30
|
+
ll. a;sldfkjasd;flkajs
|
31
|
+
llll. a;lsdfkajsd;lfkj
|
32
|
+
ll. a;sdlfkajsd;flkajs
|
33
|
+
lll. as;dlfkjasd;lfkjs
|
34
|
+
llll. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
35
|
+
llll. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
36
|
+
ll. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
37
|
+
llll. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
38
|
+
l. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
39
|
+
ll. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
40
|
+
```
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# TEST 4
|
2
|
+
|
3
|
+
Article 1. Provision for Article 1.
|
4
|
+
|
5
|
+
Section 1. Provision for Section 1.1.
|
6
|
+
|
7
|
+
1. Provision for 1.1.1.
|
8
|
+
|
9
|
+
2. Provision for 1.1.2.
|
10
|
+
|
11
|
+
Section 2. Provision for Section 1.2.
|
12
|
+
|
13
|
+
1. Provision for 1.2.1.
|
14
|
+
|
15
|
+
Article 2. Provision for 1.2.2.
|
16
|
+
|
17
|
+
Section 3. Profivis asl;jksfd;lg; lkshflksjdh
|
18
|
+
|
19
|
+
Article 3. asd;flkajsdf;lkj
|
20
|
+
|
21
|
+
Section 4. ;alsdkfjasd;flkajsd
|
22
|
+
|
23
|
+
1. as;dlfkjasd;flakjsdll.
|
24
|
+
|
25
|
+
a. a;lsdfkjasd;lfkj
|
26
|
+
|
27
|
+
Section 5. a;sdlfkajsd;flk
|
28
|
+
|
29
|
+
Article 4. as;dlfkajsd;flkj
|
30
|
+
|
31
|
+
1. a;sldfkajsd;
|
32
|
+
|
33
|
+
Section 6. a;sldfkjasd;flkajs
|
34
|
+
|
35
|
+
b. a;lsdfkajsd;lfkj
|
36
|
+
|
37
|
+
Section 7. a;sdlfkajsd;flkajs
|
38
|
+
|
39
|
+
1. as;dlfkjasd;lfkjs
|
40
|
+
|
41
|
+
c. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
42
|
+
|
43
|
+
d. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
44
|
+
|
45
|
+
Section 8. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
46
|
+
|
47
|
+
e. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
48
|
+
|
49
|
+
Article 5. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
50
|
+
|
51
|
+
Section 9. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
52
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
# Structured Headers
|
4
|
+
level-1: "Article 1."
|
5
|
+
level-2: "Section 1."
|
6
|
+
level-3: "1."
|
7
|
+
no-indent: l., ll., lll.
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
# TEST 4
|
12
|
+
|
13
|
+
```
|
14
|
+
l. Provision for Article 1.
|
15
|
+
ll. Provision for Section 1.1.
|
16
|
+
ll. Provision for 1.1.1.
|
17
|
+
lll. Provision for 1.1.2.
|
18
|
+
lll. Provision for Section 1.2.
|
19
|
+
lll. Provision for 1.2.1.
|
20
|
+
l. Provision for 1.2.2.
|
21
|
+
ll. Profivis asl;jksfd;lg; lkshflksjdh
|
22
|
+
|
23
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
24
|
+
|
25
|
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
26
|
+
|
27
|
+
ll. asd;flkajsdf;lkj
|
28
|
+
lll. ;alsdkfjasd;flkajsd
|
29
|
+
ll. as;dlfkjasd;flakjsdll.
|
30
|
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
31
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
32
|
+
lll. a;lsdfkjasd;lfkj
|
33
|
+
lll. a;sdlfkajsd;flk
|
34
|
+
l. as;dlfkajsd;flkj
|
35
|
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
36
|
+
ll. a;sldfkajsd;
|
37
|
+
lll. a;sldfkjasd;flkajs
|
38
|
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
39
|
+
lll. a;lsdfkajsd;lfkj
|
40
|
+
lll. a;sdlfkajsd;flkajs
|
41
|
+
lll. as;dlfkjasd;lfkjs
|
42
|
+
```
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# TEST 4
|
2
|
+
|
3
|
+
Article 1. Provision for Article 1.
|
4
|
+
|
5
|
+
Section 1. Provision for Section 1.1.
|
6
|
+
|
7
|
+
Section 2. Provision for 1.1.1.
|
8
|
+
|
9
|
+
1. Provision for 1.1.2.
|
10
|
+
|
11
|
+
2. Provision for Section 1.2.
|
12
|
+
|
13
|
+
3. Provision for 1.2.1.
|
14
|
+
|
15
|
+
Article 2. Provision for 1.2.2.
|
16
|
+
|
17
|
+
Section 1. Profivis asl;jksfd;lg; lkshflksjdh
|
18
|
+
|
19
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
20
|
+
|
21
|
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
22
|
+
|
23
|
+
Section 2. asd;flkajsdf;lkj
|
24
|
+
|
25
|
+
1. ;alsdkfjasd;flkajsd
|
26
|
+
|
27
|
+
Section 3. as;dlfkjasd;flakjsdll.
|
28
|
+
|
29
|
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
30
|
+
|
31
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
32
|
+
|
33
|
+
1. a;lsdfkjasd;lfkj
|
34
|
+
|
35
|
+
2. a;sdlfkajsd;flk
|
36
|
+
|
37
|
+
Article 3. as;dlfkajsd;flkj
|
38
|
+
|
39
|
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
40
|
+
|
41
|
+
Section 1. a;sldfkajsd;
|
42
|
+
|
43
|
+
1. a;sldfkjasd;flkajs
|
44
|
+
|
45
|
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
46
|
+
|
47
|
+
2. a;lsdfkajsd;lfkj
|
48
|
+
|
49
|
+
3. a;sdlfkajsd;flkajs
|
50
|
+
|
51
|
+
4. as;dlfkjasd;lfkjs
|
52
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
# Structured Headers
|
4
|
+
level-1: "Article 1."
|
5
|
+
level-2: "Section 1."
|
6
|
+
level-3: "1."
|
7
|
+
no-indent: l., ll.
|
8
|
+
|
9
|
+
---
|
10
|
+
|
11
|
+
# TEST 4
|
12
|
+
|
13
|
+
```
|
14
|
+
l. Provision for Article 1.
|
15
|
+
ll. Provision for Section 1.1.
|
16
|
+
ll. Provision for 1.1.1.
|
17
|
+
lll. Provision for 1.1.2.
|
18
|
+
lll. Provision for Section 1.2.
|
19
|
+
lll. Provision for 1.2.1.
|
20
|
+
l. Provision for 1.2.2.
|
21
|
+
ll. Profivis asl;jksfd;lg; lkshflksjdh
|
22
|
+
|
23
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
24
|
+
|
25
|
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
26
|
+
|
27
|
+
ll. asd;flkajsdf;lkj
|
28
|
+
lll. ;alsdkfjasd;flkajsd
|
29
|
+
ll. as;dlfkjasd;flakjsdll.
|
30
|
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
31
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
32
|
+
lll. a;lsdfkjasd;lfkj
|
33
|
+
lll. a;sdlfkajsd;flk
|
34
|
+
l. as;dlfkajsd;flkj
|
35
|
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
36
|
+
ll. a;sldfkajsd;
|
37
|
+
lll. a;sldfkjasd;flkajs
|
38
|
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
39
|
+
lll. a;lsdfkajsd;lfkj
|
40
|
+
a;sdlfkajsd;flkajs
|
41
|
+
lll. as;dlfkjasd;lfkjs
|
42
|
+
```
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# TEST 4
|
2
|
+
|
3
|
+
Article 1. Provision for Article 1.
|
4
|
+
|
5
|
+
Section 1. Provision for Section 1.1.
|
6
|
+
|
7
|
+
Section 2. Provision for 1.1.1.
|
8
|
+
|
9
|
+
1. Provision for 1.1.2.
|
10
|
+
|
11
|
+
2. Provision for Section 1.2.
|
12
|
+
|
13
|
+
3. Provision for 1.2.1.
|
14
|
+
|
15
|
+
Article 2. Provision for 1.2.2.
|
16
|
+
|
17
|
+
Section 1. Profivis asl;jksfd;lg; lkshflksjdh
|
18
|
+
|
19
|
+
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
20
|
+
|
21
|
+
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
22
|
+
|
23
|
+
Section 2. asd;flkajsdf;lkj
|
24
|
+
|
25
|
+
1. ;alsdkfjasd;flkajsd
|
26
|
+
|
27
|
+
Section 3. as;dlfkjasd;flakjsdll.
|
28
|
+
|
29
|
+
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
30
|
+
|
31
|
+
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
32
|
+
|
33
|
+
1. a;lsdfkjasd;lfkj
|
34
|
+
|
35
|
+
2. a;sdlfkajsd;flk
|
36
|
+
|
37
|
+
Article 3. as;dlfkajsd;flkj
|
38
|
+
|
39
|
+
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
40
|
+
|
41
|
+
Section 1. a;sldfkajsd;
|
42
|
+
|
43
|
+
1. a;sldfkjasd;flkajs
|
44
|
+
|
45
|
+
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
46
|
+
|
47
|
+
2. a;lsdfkajsd;lfkj
|
48
|
+
|
49
|
+
a;sdlfkajsd;flkajs
|
50
|
+
|
51
|
+
3. as;dlfkjasd;lfkjs
|
52
|
+
|
@@ -0,0 +1,43 @@
|
|
1
|
+
---
|
2
|
+
|
3
|
+
level-1: "Article (1)"
|
4
|
+
level-2: "Section (a)"
|
5
|
+
level-3: "A."
|
6
|
+
level-4: "(A)"
|
7
|
+
level-5: "a."
|
8
|
+
level-6: "X."
|
9
|
+
level-7: "(x)"
|
10
|
+
level-8: "1."
|
11
|
+
level-9: "x."
|
12
|
+
no-indent: l., ll., lll., llll., lllll., lllll., lllllll., llllllll., lllllllll.
|
13
|
+
---
|
14
|
+
|
15
|
+
# TEST 4
|
16
|
+
|
17
|
+
```
|
18
|
+
l. Provision for Article 1.
|
19
|
+
ll. Provision for Section 1.1.
|
20
|
+
lll. Provision for 1.1.1.
|
21
|
+
llll. Provision for 1.1.2.
|
22
|
+
lllll. Provision for Section 1.2.
|
23
|
+
lll. Provision for 1.2.1.
|
24
|
+
ll. Provision for 1.2.2.
|
25
|
+
lll. Profivis asl;jksfd;lg; lkshflksjdh
|
26
|
+
llll. asd;flkajsdf;lkj
|
27
|
+
lllll. ;alsdkfjasd;flkajsd
|
28
|
+
llllll. as;dlfkjasd;flakjsdll.
|
29
|
+
lll. a;lsdfkjasd;lfkj
|
30
|
+
lll. a;sdlfkajsd;flk
|
31
|
+
llll. as;dlfkajsd;flkj
|
32
|
+
lllll. a;sldfkajsd;
|
33
|
+
llllll. a;sldfkjasd;flkajs
|
34
|
+
lllllll. a;lsdfkajsd;lfkj
|
35
|
+
llllllll. a;sdlfkajsd;flkajs
|
36
|
+
lllllllll. as;dlfkjasd;lfkjs
|
37
|
+
lllllllll. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
38
|
+
lllllllll. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
39
|
+
llllllll. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
40
|
+
lllllll. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
41
|
+
lllll. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
42
|
+
lll. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
43
|
+
```
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# TEST 4
|
2
|
+
|
3
|
+
Article (1) Provision for Article 1.
|
4
|
+
|
5
|
+
Section (a) Provision for Section 1.1.
|
6
|
+
|
7
|
+
A. Provision for 1.1.1.
|
8
|
+
|
9
|
+
(A) Provision for 1.1.2.
|
10
|
+
|
11
|
+
a. Provision for Section 1.2.
|
12
|
+
|
13
|
+
B. Provision for 1.2.1.
|
14
|
+
|
15
|
+
Section (b) Provision for 1.2.2.
|
16
|
+
|
17
|
+
A. Profivis asl;jksfd;lg; lkshflksjdh
|
18
|
+
|
19
|
+
(A) asd;flkajsdf;lkj
|
20
|
+
|
21
|
+
a. ;alsdkfjasd;flkajsd
|
22
|
+
|
23
|
+
I. as;dlfkjasd;flakjsdll.
|
24
|
+
|
25
|
+
B. a;lsdfkjasd;lfkj
|
26
|
+
|
27
|
+
C. a;sdlfkajsd;flk
|
28
|
+
|
29
|
+
(A) as;dlfkajsd;flkj
|
30
|
+
|
31
|
+
a. a;sldfkajsd;
|
32
|
+
|
33
|
+
I. a;sldfkjasd;flkajs
|
34
|
+
|
35
|
+
(i) a;lsdfkajsd;lfkj
|
36
|
+
|
37
|
+
1. a;sdlfkajsd;flkajs
|
38
|
+
|
39
|
+
i. as;dlfkjasd;lfkjs
|
40
|
+
|
41
|
+
ii. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
|
42
|
+
|
43
|
+
iii. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
|
44
|
+
|
45
|
+
2. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
|
46
|
+
|
47
|
+
(ii) consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
|
48
|
+
|
49
|
+
b. cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
|
50
|
+
|
51
|
+
D. proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
52
|
+
|