legal_markdown 0.4.10 → 0.4.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (176) hide show
  1. data/Gemfile +3 -1
  2. data/README.md +1 -0
  3. data/Rakefile +26 -29
  4. data/legal_markdown.gemspec +1 -0
  5. data/lib/legal_markdown.rb +6 -5
  6. data/lib/legal_markdown/legal_to_markdown.rb +2 -0
  7. data/lib/legal_markdown/legal_to_markdown/json_builder.rb +4 -0
  8. data/lib/legal_markdown/legal_to_markdown/load_source.rb +9 -1
  9. data/lib/legal_markdown/legal_to_markdown/meta.rb +43 -0
  10. data/lib/legal_markdown/legal_to_markdown/mixins.rb +0 -1
  11. data/lib/legal_markdown/make_yaml_frontmatter.rb +22 -3
  12. data/lib/legal_markdown/version.rb +1 -1
  13. data/{test/tests → spec/fixtures}/00.load_write_no_action.headers +0 -0
  14. data/{test/tests → spec/fixtures}/00.load_write_no_action.json +0 -0
  15. data/{test/tests → spec/fixtures}/00.load_write_no_action.lmd +0 -0
  16. data/{test/tests → spec/fixtures}/00.load_write_no_action.md +0 -0
  17. data/{test/tests → spec/fixtures}/01.load_partial_no_action.headers +1 -1
  18. data/{test/tests → spec/fixtures}/01.load_partial_no_action.json +0 -0
  19. data/{test/tests → spec/fixtures}/01.load_partial_no_action.lmd +1 -1
  20. data/{test/tests → spec/fixtures}/01.load_partial_no_action.md +0 -0
  21. data/{test/tests → spec/fixtures}/02.load_partials_no_action.headers +2 -2
  22. data/{test/tests → spec/fixtures}/02.load_partials_no_action.json +0 -0
  23. data/{test/tests → spec/fixtures}/02.load_partials_no_action.lmd +2 -2
  24. data/{test/tests → spec/fixtures}/02.load_partials_no_action.md +0 -0
  25. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.headers +0 -0
  26. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.json +0 -0
  27. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.lmd +0 -0
  28. data/{test/tests → spec/fixtures}/10.mixins_in_headers_and_text.md +0 -0
  29. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.headers +0 -0
  30. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.json +0 -0
  31. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.lmd +0 -0
  32. data/{test/tests → spec/fixtures}/12.opt_clauses_no_subs.md +0 -0
  33. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.headers +0 -0
  34. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.json +0 -0
  35. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.lmd +0 -0
  36. data/{test/tests → spec/fixtures}/13.opt_clauses_subs.md +0 -0
  37. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.headers +0 -0
  38. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.json +0 -0
  39. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.lmd +0 -0
  40. data/{test/tests → spec/fixtures}/14.opt_clauses_with_mixins.md +0 -0
  41. data/{test/tests → spec/fixtures}/20.block_no_addons.headers +0 -0
  42. data/{test/tests → spec/fixtures}/20.block_no_addons.json +0 -0
  43. data/{test/tests → spec/fixtures}/20.block_no_addons.lmd +0 -0
  44. data/{test/tests → spec/fixtures}/20.block_no_addons.md +0 -0
  45. data/{test/tests → spec/fixtures}/21.block_no_indents.headers +0 -0
  46. data/{test/tests → spec/fixtures}/21.block_no_indents.json +0 -0
  47. data/{test/tests → spec/fixtures}/21.block_no_indents.lmd +0 -0
  48. data/{test/tests → spec/fixtures}/21.block_no_indents.md +0 -0
  49. data/{test/tests → spec/fixtures}/22.block_all_indents.headers +0 -0
  50. data/{test/tests → spec/fixtures}/22.block_all_indents.json +0 -0
  51. data/{test/tests → spec/fixtures}/22.block_all_indents.lmd +0 -0
  52. data/{test/tests → spec/fixtures}/22.block_all_indents.md +0 -0
  53. data/{test/tests → spec/fixtures}/23.block_part_indents.headers +0 -0
  54. data/{test/tests → spec/fixtures}/23.block_part_indents.json +0 -0
  55. data/{test/tests → spec/fixtures}/23.block_part_indents.lmd +0 -0
  56. data/{test/tests → spec/fixtures}/23.block_part_indents.md +0 -0
  57. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.headers +0 -0
  58. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.json +0 -0
  59. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.lmd +0 -0
  60. data/{test/tests → spec/fixtures}/24.block_no_closing_ticks.md +0 -0
  61. data/{test/tests → spec/fixtures}/25.block_no_resets.headers +0 -0
  62. data/{test/tests → spec/fixtures}/25.block_no_resets.json +0 -0
  63. data/{test/tests → spec/fixtures}/25.block_no_resets.lmd +0 -0
  64. data/{test/tests → spec/fixtures}/25.block_no_resets.md +0 -0
  65. data/{test/tests → spec/fixtures}/26.block_all_resets.headers +0 -0
  66. data/{test/tests → spec/fixtures}/26.block_all_resets.json +0 -0
  67. data/{test/tests → spec/fixtures}/26.block_all_resets.lmd +0 -0
  68. data/{test/tests → spec/fixtures}/26.block_all_resets.md +0 -0
  69. data/{test/tests → spec/fixtures}/27.block_part_resets.headers +0 -0
  70. data/{test/tests → spec/fixtures}/27.block_part_resets.json +0 -0
  71. data/{test/tests → spec/fixtures}/27.block_part_resets.lmd +0 -0
  72. data/{test/tests → spec/fixtures}/27.block_part_resets.md +0 -0
  73. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.headers +0 -0
  74. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.json +0 -0
  75. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.lmd +0 -0
  76. data/{test/tests → spec/fixtures}/28.block_provs_multi_line_no_indent.md +0 -0
  77. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.headers +0 -0
  78. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.json +0 -0
  79. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.lmd +0 -0
  80. data/{test/tests → spec/fixtures}/29.block_provs_multi_line_indents.md +0 -0
  81. data/{test/tests → spec/fixtures}/30.block_all_leader_types.headers +0 -0
  82. data/{test/tests → spec/fixtures}/30.block_all_leader_types.json +0 -0
  83. data/{test/tests → spec/fixtures}/30.block_all_leader_types.lmd +0 -0
  84. data/{test/tests → spec/fixtures}/30.block_all_leader_types.md +0 -0
  85. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.headers +0 -0
  86. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.json +0 -0
  87. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.lmd +0 -0
  88. data/{test/tests → spec/fixtures}/31.block_complex_leader_types.md +0 -0
  89. data/{test/tests → spec/fixtures}/32.block_new_leader_style.headers +0 -0
  90. data/{test/tests → spec/fixtures}/32.block_new_leader_style.json +0 -0
  91. data/{test/tests → spec/fixtures}/32.block_new_leader_style.lmd +0 -0
  92. data/{test/tests → spec/fixtures}/32.block_new_leader_style.md +0 -0
  93. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.headers +0 -0
  94. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.json +0 -0
  95. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.lmd +0 -0
  96. data/{test/tests → spec/fixtures}/33.block_with_pre_simple.md +0 -0
  97. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.headers +0 -0
  98. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.json +0 -0
  99. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.lmd +0 -0
  100. data/{test/tests → spec/fixtures}/34.block_with_pre_complex.md +0 -0
  101. data/{test/tests → spec/fixtures}/35.block_with_preval.headers +0 -0
  102. data/{test/tests → spec/fixtures}/35.block_with_preval.json +0 -0
  103. data/{test/tests → spec/fixtures}/35.block_with_preval.lmd +0 -0
  104. data/{test/tests → spec/fixtures}/35.block_with_preval.md +0 -0
  105. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.headers +0 -0
  106. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.json +0 -0
  107. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.lmd +0 -0
  108. data/{test/tests → spec/fixtures}/36.block_with_crossrefs.md +0 -0
  109. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.headers +0 -0
  110. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.json +0 -0
  111. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.lmd +0 -0
  112. data/{test/tests → spec/fixtures}/37.block_with_diff_start_pt.md +0 -0
  113. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.headers +0 -0
  114. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.json +0 -0
  115. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.lmd +0 -0
  116. data/{test/tests → spec/fixtures}/38.block_with_bom_characters_windows_produces.md +0 -0
  117. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.headers +50 -0
  118. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.json +256 -0
  119. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.lmd +0 -0
  120. data/spec/fixtures/38.block_with_more_bom_characters_windows_produces.md +26 -0
  121. data/spec/fixtures/39.block_with_windows_default_encoding.headers +50 -0
  122. data/spec/fixtures/39.block_with_windows_default_encoding.json +256 -0
  123. data/spec/fixtures/39.block_with_windows_default_encoding.lmd +50 -0
  124. data/spec/fixtures/39.block_with_windows_default_encoding.md +26 -0
  125. data/{test/tests → spec/fixtures}/40.block_with_mixins.headers +0 -0
  126. data/{test/tests → spec/fixtures}/40.block_with_mixins.json +0 -0
  127. data/{test/tests → spec/fixtures}/40.block_with_mixins.lmd +0 -0
  128. data/{test/tests → spec/fixtures}/40.block_with_mixins.md +0 -0
  129. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.headers +0 -0
  130. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.json +0 -0
  131. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.lmd +0 -0
  132. data/{test/tests → spec/fixtures}/41.block_with_opt_clauses.md +0 -0
  133. data/spec/fixtures/42.block_with_opt_clauses_and_mixins.debug +193 -0
  134. data/spec/fixtures/42.block_with_opt_clauses_and_mixins.debugd +193 -0
  135. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.headers +0 -0
  136. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.json +0 -0
  137. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.lmd +0 -0
  138. data/{test/tests → spec/fixtures}/42.block_with_opt_clauses_and_mixins.md +0 -0
  139. data/spec/fixtures/43.throw_some_erroris.headers +90 -0
  140. data/spec/fixtures/43.throw_some_erroris.json +200 -0
  141. data/spec/fixtures/43.throw_some_erroris.lmd +39 -0
  142. data/spec/fixtures/43.throw_some_erroris.md +26 -0
  143. data/spec/fixtures/44.block_with_meta_kept.headers +60 -0
  144. data/spec/fixtures/44.block_with_meta_kept.json +477 -0
  145. data/spec/fixtures/44.block_with_meta_kept.lmd +56 -0
  146. data/spec/fixtures/44.block_with_meta_kept.md +55 -0
  147. data/spec/fixtures/45.block_with_meta_stripped_no_output.headers +57 -0
  148. data/spec/fixtures/45.block_with_meta_stripped_no_output.json +476 -0
  149. data/spec/fixtures/45.block_with_meta_stripped_no_output.lmd +53 -0
  150. data/spec/fixtures/45.block_with_meta_stripped_no_output.md +50 -0
  151. data/spec/fixtures/46.block_with_meta_no_instructions.headers +57 -0
  152. data/spec/fixtures/46.block_with_meta_no_instructions.json +477 -0
  153. data/spec/fixtures/46.block_with_meta_no_instructions.lmd +57 -0
  154. data/spec/fixtures/46.block_with_meta_no_instructions.md +55 -0
  155. data/spec/fixtures/47.block_with_multi_meta.headers +59 -0
  156. data/spec/fixtures/47.block_with_multi_meta.json +477 -0
  157. data/spec/fixtures/47.block_with_multi_meta.lmd +55 -0
  158. data/spec/fixtures/47.block_with_multi_meta.md +55 -0
  159. data/{test/tests/45.all_features_speed_ratchet.headers → spec/fixtures/99.all_features_speed_ratchet.headers} +0 -0
  160. data/{test/tests/45.all_features_speed_ratchet.json → spec/fixtures/99.all_features_speed_ratchet.json} +0 -0
  161. data/{test/tests/45.all_features_speed_ratchet.lmd → spec/fixtures/99.all_features_speed_ratchet.lmd} +0 -0
  162. data/{test/tests/45.all_features_speed_ratchet.md → spec/fixtures/99.all_features_speed_ratchet.md} +0 -0
  163. data/{test/tests → spec/fixtures}/partials/z.partial1 +0 -0
  164. data/{test/tests → spec/fixtures}/partials/z.partial2 +0 -0
  165. data/spec/spec_helper.rb +18 -0
  166. data/spec/support/samples_helper.rb +60 -0
  167. data/spec/unit/legal_markdown_spec.rb +76 -0
  168. data/spec/unit/legal_to_markdown/legal_to_markdown_spec.rb +35 -0
  169. data/spec/unit/legal_to_markdown/make_yaml_frontmatter_spec.rb +15 -0
  170. metadata +335 -260
  171. data/test/legal_markdown_test.rb +0 -130
  172. data/test/tests/45.all_features_speed_ratchet.debug +0 -550
  173. data/test/tests/46.throw_some_erroris.headers +0 -209
  174. data/test/tests/46.throw_some_erroris.json +0 -1
  175. data/test/tests/46.throw_some_erroris.lmd +0 -107
  176. data/test/tests/46.throw_some_erroris.md +0 -94
@@ -0,0 +1,53 @@
1
+ ---
2
+
3
+ # Optional Clauses
4
+ test09: true
5
+ test1: false
6
+ test4: true
7
+ test_5: true
8
+ test_7: false
9
+ test_78: false
10
+
11
+ # Structured Headers
12
+ level-1: "Article 1."
13
+ level-2: "Section 1."
14
+ level-3: "1."
15
+ no-indent: l., ll., lll.
16
+
17
+ # Document Meta-Data
18
+ meta-no-output:
19
+ title: asdf
20
+ author: asdqwer
21
+
22
+ ---
23
+
24
+ # TEST 4
25
+
26
+ ```
27
+ l. Provision for Article 1.
28
+ ll. Provision for Section 1.1.
29
+ ll. Provision for 1.1.1.
30
+ lll. [{{test_7}} Provision] for 1.1.2.
31
+ lll. Provision for Section 1.2.
32
+ lll. Provision for 1.2.1.
33
+ l. Provision for 1.2.2.
34
+ ll. Profivis asl;jksfd;lg; lkshflksjdh
35
+ ll. asd;flkajsdf;lkj
36
+ lll. ;alsdkfjasd;flkajsd
37
+ [{{test4}}ll. as;dlfkjasd;flakjsdll.]
38
+ lll. a;lsdfkjasd;lfkj
39
+ lll. a;sdlfkajsd;flk
40
+ l. as;dlfkajsd;flkj
41
+ ll. a;sldfkajsd;
42
+ lll. a;sldfkjasd;flkajs
43
+ lll. a;lsdfk [{{test_5}} ajsd;lfkj]
44
+ lll. a;sdlfkajsd;flkajs
45
+ lll. as;dlfkjasd;lfkjs
46
+ ll. Lorem ipsum [{{test09}} dolor sit amet,
47
+ consectetur adipisicing] elit, sed do eiusmod
48
+ l. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
49
+ [{{test1}} ll. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo]
50
+ lll. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
51
+ lll. cillum dolore eu fugiat [{{test_78}} nulla pariatur. Excepteur sint occaecat cupidatat non
52
+ proident, sunt in culpa qui] officia deserunt mollit anim id est laborum.
53
+ ```
@@ -0,0 +1,50 @@
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. 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
+ Section 2. asd;flkajsdf;lkj
20
+
21
+ 1. ;alsdkfjasd;flkajsd
22
+
23
+ Section 3. as;dlfkjasd;flakjsdll.
24
+
25
+ 1. a;lsdfkjasd;lfkj
26
+
27
+ 2. a;sdlfkajsd;flk
28
+
29
+ Article 3. as;dlfkajsd;flkj
30
+
31
+ Section 1. a;sldfkajsd;
32
+
33
+ 1. a;sldfkjasd;flkajs
34
+
35
+ 2. a;lsdfk ajsd;lfkj
36
+
37
+ 3. a;sdlfkajsd;flkajs
38
+
39
+ 4. as;dlfkjasd;lfkjs
40
+
41
+ Section 2. Lorem ipsum dolor sit amet,
42
+
43
+ consectetur adipisicing elit, sed do eiusmod
44
+
45
+ Article 4. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
46
+
47
+ 1. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
48
+
49
+ 2. cillum dolore eu fugiat officia deserunt mollit anim id est laborum.
50
+
@@ -0,0 +1,57 @@
1
+ ---
2
+
3
+ # Optional Clauses
4
+ test09: "true"
5
+ test1: "false"
6
+ test4: "true"
7
+ test_5: "true"
8
+ test_7: "false"
9
+ test_78: "false"
10
+
11
+ # Structured Headers
12
+ level-1: "Article 1."
13
+ level-2: "Section 1."
14
+ level-3: "1."
15
+
16
+ # Properties
17
+ no-indent: "l., ll., lll."
18
+ no-reset: ""
19
+ level-style: ""
20
+
21
+ # Document Meta-Data
22
+ meta:
23
+ title: asdf
24
+ author: asdqwer
25
+
26
+ ---
27
+
28
+ # TEST 4
29
+
30
+ ```
31
+ l. Provision for Article 1.
32
+ ll. Provision for Section 1.1.
33
+ ll. Provision for 1.1.1.
34
+ lll. [{{test_7}} Provision] for 1.1.2.
35
+ lll. Provision for Section 1.2.
36
+ lll. Provision for 1.2.1.
37
+ l. Provision for 1.2.2.
38
+ ll. Profivis asl;jksfd;lg; lkshflksjdh
39
+ ll. asd;flkajsdf;lkj
40
+ lll. ;alsdkfjasd;flkajsd
41
+ [{{test4}}ll. as;dlfkjasd;flakjsdll.]
42
+ lll. a;lsdfkjasd;lfkj
43
+ lll. a;sdlfkajsd;flk
44
+ l. as;dlfkajsd;flkj
45
+ ll. a;sldfkajsd;
46
+ lll. a;sldfkjasd;flkajs
47
+ lll. a;lsdfk [{{test_5}} ajsd;lfkj]
48
+ lll. a;sdlfkajsd;flkajs
49
+ lll. as;dlfkjasd;lfkjs
50
+ ll. Lorem ipsum [{{test09}} dolor sit amet,
51
+ consectetur adipisicing] elit, sed do eiusmod
52
+ l. tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
53
+ [{{test1}} ll. quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo]
54
+ lll. consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
55
+ lll. cillum dolore eu fugiat [{{test_78}} nulla pariatur. Excepteur sint occaecat cupidatat non
56
+ proident, sunt in culpa qui] officia deserunt mollit anim id est laborum.
57
+ ```
@@ -0,0 +1,477 @@
1
+ {
2
+ "id": "3f7df3d363426bfcec2d47e8a6a4529a",
3
+ "nodes": {
4
+ "document": {
5
+ "title": "asdf",
6
+ "author": "asdqwer",
7
+ "abstract": "asdqwer",
8
+ "views": [
9
+ "content"
10
+ ]
11
+ },
12
+ "provision:9b05018c19bc4953eb873c2433999141": {
13
+ "id": "provision:9b05018c19bc4953eb873c2433999141",
14
+ "type": "provision",
15
+ "data": {
16
+ "level": "1",
17
+ "provision_reference": "Article 1.",
18
+ "provision_text": "Provision for Article 1.",
19
+ "citation": "",
20
+ "substitution": [
21
+ "type0",
22
+ "Article ",
23
+ "",
24
+ "5",
25
+ ".",
26
+ null,
27
+ ""
28
+ ]
29
+ }
30
+ },
31
+ "provision:e115533135c230338e67013b61173b68": {
32
+ "id": "provision:e115533135c230338e67013b61173b68",
33
+ "type": "provision",
34
+ "data": {
35
+ "level": "2",
36
+ "provision_reference": "Section 1.",
37
+ "provision_text": "Provision for Section 1.1.",
38
+ "citation": "",
39
+ "substitution": [
40
+ "type0",
41
+ "Section ",
42
+ "",
43
+ "1",
44
+ ".",
45
+ null,
46
+ ""
47
+ ]
48
+ }
49
+ },
50
+ "provision:cc3d8f24f92b74f47ab030aa0a8cceb8": {
51
+ "id": "provision:cc3d8f24f92b74f47ab030aa0a8cceb8",
52
+ "type": "provision",
53
+ "data": {
54
+ "level": "2",
55
+ "provision_reference": "Section 2.",
56
+ "provision_text": "Provision for 1.1.1.",
57
+ "citation": "",
58
+ "substitution": [
59
+ "type0",
60
+ "Section ",
61
+ "",
62
+ "1",
63
+ ".",
64
+ null,
65
+ ""
66
+ ]
67
+ }
68
+ },
69
+ "provision:2f04cc968e00c2e1804379fa7fcca237": {
70
+ "id": "provision:2f04cc968e00c2e1804379fa7fcca237",
71
+ "type": "provision",
72
+ "data": {
73
+ "level": "3",
74
+ "provision_reference": "1.",
75
+ "provision_text": "for 1.1.2.",
76
+ "citation": "",
77
+ "substitution": [
78
+ "type0",
79
+ "",
80
+ "",
81
+ "2",
82
+ ".",
83
+ null,
84
+ ""
85
+ ]
86
+ }
87
+ },
88
+ "provision:329ea4f9aea013aa86592417655fbb48": {
89
+ "id": "provision:329ea4f9aea013aa86592417655fbb48",
90
+ "type": "provision",
91
+ "data": {
92
+ "level": "3",
93
+ "provision_reference": "2.",
94
+ "provision_text": "Provision for Section 1.2.",
95
+ "citation": "",
96
+ "substitution": [
97
+ "type0",
98
+ "",
99
+ "",
100
+ "2",
101
+ ".",
102
+ null,
103
+ ""
104
+ ]
105
+ }
106
+ },
107
+ "provision:24417954f7ce8b1dd1e58b19982e948a": {
108
+ "id": "provision:24417954f7ce8b1dd1e58b19982e948a",
109
+ "type": "provision",
110
+ "data": {
111
+ "level": "3",
112
+ "provision_reference": "3.",
113
+ "provision_text": "Provision for 1.2.1.",
114
+ "citation": "",
115
+ "substitution": [
116
+ "type0",
117
+ "",
118
+ "",
119
+ "2",
120
+ ".",
121
+ null,
122
+ ""
123
+ ]
124
+ }
125
+ },
126
+ "provision:be15c1d85738f76a3329eaba76aa11ba": {
127
+ "id": "provision:be15c1d85738f76a3329eaba76aa11ba",
128
+ "type": "provision",
129
+ "data": {
130
+ "level": "1",
131
+ "provision_reference": "Article 2.",
132
+ "provision_text": "Provision for 1.2.2.",
133
+ "citation": "",
134
+ "substitution": [
135
+ "type0",
136
+ "Article ",
137
+ "",
138
+ "5",
139
+ ".",
140
+ null,
141
+ ""
142
+ ]
143
+ }
144
+ },
145
+ "provision:397771b2e7a42c40ee85c4e96a0e1b78": {
146
+ "id": "provision:397771b2e7a42c40ee85c4e96a0e1b78",
147
+ "type": "provision",
148
+ "data": {
149
+ "level": "2",
150
+ "provision_reference": "Section 1.",
151
+ "provision_text": "Profivis asl;jksfd;lg; lkshflksjdh",
152
+ "citation": "",
153
+ "substitution": [
154
+ "type0",
155
+ "Section ",
156
+ "",
157
+ "1",
158
+ ".",
159
+ null,
160
+ ""
161
+ ]
162
+ }
163
+ },
164
+ "provision:34718cc7d94c4668fd73c1bae7fae986": {
165
+ "id": "provision:34718cc7d94c4668fd73c1bae7fae986",
166
+ "type": "provision",
167
+ "data": {
168
+ "level": "2",
169
+ "provision_reference": "Section 2.",
170
+ "provision_text": "asd;flkajsdf;lkj",
171
+ "citation": "",
172
+ "substitution": [
173
+ "type0",
174
+ "Section ",
175
+ "",
176
+ "1",
177
+ ".",
178
+ null,
179
+ ""
180
+ ]
181
+ }
182
+ },
183
+ "provision:92fa4f010232b992d374ba2015f13df9": {
184
+ "id": "provision:92fa4f010232b992d374ba2015f13df9",
185
+ "type": "provision",
186
+ "data": {
187
+ "level": "3",
188
+ "provision_reference": "1.",
189
+ "provision_text": ";alsdkfjasd;flkajsd",
190
+ "citation": "",
191
+ "substitution": [
192
+ "type0",
193
+ "",
194
+ "",
195
+ "2",
196
+ ".",
197
+ null,
198
+ ""
199
+ ]
200
+ }
201
+ },
202
+ "provision:9b96f30c281d72584efd045849ef4755": {
203
+ "id": "provision:9b96f30c281d72584efd045849ef4755",
204
+ "type": "provision",
205
+ "data": {
206
+ "level": "2",
207
+ "provision_reference": "Section 3.",
208
+ "provision_text": "as;dlfkjasd;flakjsdll.",
209
+ "citation": "",
210
+ "substitution": [
211
+ "type0",
212
+ "Section ",
213
+ "",
214
+ "1",
215
+ ".",
216
+ null,
217
+ ""
218
+ ]
219
+ }
220
+ },
221
+ "provision:ac7364199a400c4ae6fe762873f9c786": {
222
+ "id": "provision:ac7364199a400c4ae6fe762873f9c786",
223
+ "type": "provision",
224
+ "data": {
225
+ "level": "3",
226
+ "provision_reference": "1.",
227
+ "provision_text": "a;lsdfkjasd;lfkj",
228
+ "citation": "",
229
+ "substitution": [
230
+ "type0",
231
+ "",
232
+ "",
233
+ "2",
234
+ ".",
235
+ null,
236
+ ""
237
+ ]
238
+ }
239
+ },
240
+ "provision:9b8b0fde04c580e1f5cac8632919a201": {
241
+ "id": "provision:9b8b0fde04c580e1f5cac8632919a201",
242
+ "type": "provision",
243
+ "data": {
244
+ "level": "3",
245
+ "provision_reference": "2.",
246
+ "provision_text": "a;sdlfkajsd;flk",
247
+ "citation": "",
248
+ "substitution": [
249
+ "type0",
250
+ "",
251
+ "",
252
+ "2",
253
+ ".",
254
+ null,
255
+ ""
256
+ ]
257
+ }
258
+ },
259
+ "provision:a302d217eac8507deac872cd676565f1": {
260
+ "id": "provision:a302d217eac8507deac872cd676565f1",
261
+ "type": "provision",
262
+ "data": {
263
+ "level": "1",
264
+ "provision_reference": "Article 3.",
265
+ "provision_text": "as;dlfkajsd;flkj",
266
+ "citation": "",
267
+ "substitution": [
268
+ "type0",
269
+ "Article ",
270
+ "",
271
+ "5",
272
+ ".",
273
+ null,
274
+ ""
275
+ ]
276
+ }
277
+ },
278
+ "provision:032f7e2044bceaffd77ad9cc80b64836": {
279
+ "id": "provision:032f7e2044bceaffd77ad9cc80b64836",
280
+ "type": "provision",
281
+ "data": {
282
+ "level": "2",
283
+ "provision_reference": "Section 1.",
284
+ "provision_text": "a;sldfkajsd;",
285
+ "citation": "",
286
+ "substitution": [
287
+ "type0",
288
+ "Section ",
289
+ "",
290
+ "1",
291
+ ".",
292
+ null,
293
+ ""
294
+ ]
295
+ }
296
+ },
297
+ "provision:82ac13a5debdd830a07f55a022a56e26": {
298
+ "id": "provision:82ac13a5debdd830a07f55a022a56e26",
299
+ "type": "provision",
300
+ "data": {
301
+ "level": "3",
302
+ "provision_reference": "1.",
303
+ "provision_text": "a;sldfkjasd;flkajs",
304
+ "citation": "",
305
+ "substitution": [
306
+ "type0",
307
+ "",
308
+ "",
309
+ "2",
310
+ ".",
311
+ null,
312
+ ""
313
+ ]
314
+ }
315
+ },
316
+ "provision:6a11554b1dc8663797c327980029a8fe": {
317
+ "id": "provision:6a11554b1dc8663797c327980029a8fe",
318
+ "type": "provision",
319
+ "data": {
320
+ "level": "3",
321
+ "provision_reference": "2.",
322
+ "provision_text": "a;lsdfk ajsd;lfkj",
323
+ "citation": "",
324
+ "substitution": [
325
+ "type0",
326
+ "",
327
+ "",
328
+ "2",
329
+ ".",
330
+ null,
331
+ ""
332
+ ]
333
+ }
334
+ },
335
+ "provision:dbe36ab3a4d57589390f361779caaba3": {
336
+ "id": "provision:dbe36ab3a4d57589390f361779caaba3",
337
+ "type": "provision",
338
+ "data": {
339
+ "level": "3",
340
+ "provision_reference": "3.",
341
+ "provision_text": "a;sdlfkajsd;flkajs",
342
+ "citation": "",
343
+ "substitution": [
344
+ "type0",
345
+ "",
346
+ "",
347
+ "2",
348
+ ".",
349
+ null,
350
+ ""
351
+ ]
352
+ }
353
+ },
354
+ "provision:ad6f357290690fde71b7045eb30c6cc8": {
355
+ "id": "provision:ad6f357290690fde71b7045eb30c6cc8",
356
+ "type": "provision",
357
+ "data": {
358
+ "level": "3",
359
+ "provision_reference": "4.",
360
+ "provision_text": "as;dlfkjasd;lfkjs",
361
+ "citation": "",
362
+ "substitution": [
363
+ "type0",
364
+ "",
365
+ "",
366
+ "2",
367
+ ".",
368
+ null,
369
+ ""
370
+ ]
371
+ }
372
+ },
373
+ "provision:a1b0a083d6b0277f227dc698ed17c40c": {
374
+ "id": "provision:a1b0a083d6b0277f227dc698ed17c40c",
375
+ "type": "provision",
376
+ "data": {
377
+ "level": "2",
378
+ "provision_reference": "Section 2.",
379
+ "provision_text": "Lorem ipsum dolor sit amet,\nconsectetur adipisicing elit, sed do eiusmod",
380
+ "citation": "",
381
+ "substitution": [
382
+ "type0",
383
+ "Section ",
384
+ "",
385
+ "1",
386
+ ".",
387
+ null,
388
+ ""
389
+ ]
390
+ }
391
+ },
392
+ "provision:0f8e469ca1a4602663a6a02ad88c0032": {
393
+ "id": "provision:0f8e469ca1a4602663a6a02ad88c0032",
394
+ "type": "provision",
395
+ "data": {
396
+ "level": "1",
397
+ "provision_reference": "Article 4.",
398
+ "provision_text": "tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,",
399
+ "citation": "",
400
+ "substitution": [
401
+ "type0",
402
+ "Article ",
403
+ "",
404
+ "5",
405
+ ".",
406
+ null,
407
+ ""
408
+ ]
409
+ }
410
+ },
411
+ "provision:3c7fd48ffe56c4a8d593cc4adc7b8cc6": {
412
+ "id": "provision:3c7fd48ffe56c4a8d593cc4adc7b8cc6",
413
+ "type": "provision",
414
+ "data": {
415
+ "level": "3",
416
+ "provision_reference": "1.",
417
+ "provision_text": "consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse",
418
+ "citation": "",
419
+ "substitution": [
420
+ "type0",
421
+ "",
422
+ "",
423
+ "2",
424
+ ".",
425
+ null,
426
+ ""
427
+ ]
428
+ }
429
+ },
430
+ "provision:7e88042835963d8c73d52ca11d248f23": {
431
+ "id": "provision:7e88042835963d8c73d52ca11d248f23",
432
+ "type": "provision",
433
+ "data": {
434
+ "level": "3",
435
+ "provision_reference": "2.",
436
+ "provision_text": "cillum dolore eu fugiat officia deserunt mollit anim id est laborum.",
437
+ "citation": "",
438
+ "substitution": [
439
+ "type0",
440
+ "",
441
+ "",
442
+ "2",
443
+ ".",
444
+ null,
445
+ ""
446
+ ]
447
+ }
448
+ },
449
+ "content": {
450
+ "nodes": [
451
+ "provision:9b05018c19bc4953eb873c2433999141",
452
+ "provision:e115533135c230338e67013b61173b68",
453
+ "provision:cc3d8f24f92b74f47ab030aa0a8cceb8",
454
+ "provision:2f04cc968e00c2e1804379fa7fcca237",
455
+ "provision:329ea4f9aea013aa86592417655fbb48",
456
+ "provision:24417954f7ce8b1dd1e58b19982e948a",
457
+ "provision:be15c1d85738f76a3329eaba76aa11ba",
458
+ "provision:397771b2e7a42c40ee85c4e96a0e1b78",
459
+ "provision:34718cc7d94c4668fd73c1bae7fae986",
460
+ "provision:92fa4f010232b992d374ba2015f13df9",
461
+ "provision:9b96f30c281d72584efd045849ef4755",
462
+ "provision:ac7364199a400c4ae6fe762873f9c786",
463
+ "provision:9b8b0fde04c580e1f5cac8632919a201",
464
+ "provision:a302d217eac8507deac872cd676565f1",
465
+ "provision:032f7e2044bceaffd77ad9cc80b64836",
466
+ "provision:82ac13a5debdd830a07f55a022a56e26",
467
+ "provision:6a11554b1dc8663797c327980029a8fe",
468
+ "provision:dbe36ab3a4d57589390f361779caaba3",
469
+ "provision:ad6f357290690fde71b7045eb30c6cc8",
470
+ "provision:a1b0a083d6b0277f227dc698ed17c40c",
471
+ "provision:0f8e469ca1a4602663a6a02ad88c0032",
472
+ "provision:3c7fd48ffe56c4a8d593cc4adc7b8cc6",
473
+ "provision:7e88042835963d8c73d52ca11d248f23"
474
+ ]
475
+ }
476
+ }
477
+ }