kramdown-asciidoc 1.0.0.alpha.3 → 1.0.0.alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (302) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.adoc +25 -0
  3. data/README.adoc +3 -2
  4. data/bin/kramdoc +1 -1
  5. data/kramdown-asciidoc.gemspec +3 -3
  6. data/lib/kramdown-asciidoc.rb +2 -3
  7. data/lib/kramdown-asciidoc/converter.rb +85 -47
  8. data/lib/kramdown-asciidoc/version.rb +1 -1
  9. data/spec/converter_spec.rb +139 -10
  10. data/spec/integration_spec.rb +3 -5
  11. data/spec/{fixtures → scenarios}/a/bare-url.adoc +0 -0
  12. data/spec/{fixtures → scenarios}/a/bare-url.md +0 -0
  13. data/spec/{fixtures → scenarios}/a/containing-inline-image.adoc +0 -0
  14. data/spec/{fixtures → scenarios}/a/containing-inline-image.md +0 -0
  15. data/spec/{fixtures → scenarios}/a/double-underscore-in-url.adoc +0 -0
  16. data/spec/{fixtures → scenarios}/a/double-underscore-in-url.md +0 -0
  17. data/spec/{fixtures → scenarios}/a/interdoc-xref.adoc +0 -0
  18. data/spec/{fixtures → scenarios}/a/interdoc-xref.md +0 -0
  19. data/spec/{fixtures → scenarios}/a/internal.adoc +0 -0
  20. data/spec/{fixtures → scenarios}/a/internal.md +0 -0
  21. data/spec/{fixtures → scenarios}/a/local.adoc +0 -0
  22. data/spec/{fixtures → scenarios}/a/local.md +0 -0
  23. data/spec/scenarios/a/url-matches-text.adoc +2 -0
  24. data/spec/scenarios/a/url-matches-text.md +2 -0
  25. data/spec/{fixtures → scenarios}/a/url-with-text.adoc +0 -0
  26. data/spec/{fixtures → scenarios}/a/url-with-text.md +0 -0
  27. data/spec/{fixtures/blockquote/with-attribution.adoc → scenarios/blockquote/attribution-separated.adoc} +0 -0
  28. data/spec/scenarios/blockquote/attribution-separated.md +4 -0
  29. data/spec/{fixtures → scenarios}/blockquote/basic.adoc +0 -0
  30. data/spec/{fixtures → scenarios}/blockquote/basic.md +0 -0
  31. data/spec/scenarios/blockquote/deep-nested.adoc +14 -0
  32. data/spec/scenarios/blockquote/deep-nested.md +6 -0
  33. data/spec/{fixtures → scenarios}/blockquote/list.adoc +0 -0
  34. data/spec/{fixtures → scenarios}/blockquote/list.md +0 -0
  35. data/spec/{fixtures → scenarios}/blockquote/multiple-lines.adoc +0 -0
  36. data/spec/{fixtures → scenarios}/blockquote/multiple-lines.md +0 -0
  37. data/spec/{fixtures → scenarios}/blockquote/nested.adoc +0 -0
  38. data/spec/{fixtures → scenarios}/blockquote/nested.md +0 -0
  39. data/spec/scenarios/blockquote/with-attribution.adoc +5 -0
  40. data/spec/{fixtures → scenarios}/blockquote/with-attribution.md +0 -0
  41. data/spec/scenarios/br/leading-tag.adoc +2 -0
  42. data/spec/scenarios/br/leading-tag.md +2 -0
  43. data/spec/{fixtures → scenarios}/br/tag-followed-by-newline.adoc +0 -0
  44. data/spec/{fixtures → scenarios}/br/tag-followed-by-newline.md +0 -0
  45. data/spec/{fixtures → scenarios}/br/tag-in-table-cell.adoc +0 -0
  46. data/spec/{fixtures → scenarios}/br/tag-in-table-cell.md +0 -0
  47. data/spec/{fixtures → scenarios}/br/tag-preceded-by-space.adoc +0 -0
  48. data/spec/{fixtures → scenarios}/br/tag-preceded-by-space.md +0 -0
  49. data/spec/{fixtures → scenarios}/br/tag.adoc +0 -0
  50. data/spec/{fixtures → scenarios}/br/tag.md +0 -0
  51. data/spec/{fixtures → scenarios}/br/trailing-double-space.adoc +0 -0
  52. data/spec/{fixtures → scenarios}/br/trailing-double-space.md +0 -0
  53. data/spec/scenarios/codeblock/contiguous-lines.adoc +3 -0
  54. data/spec/{fixtures → scenarios}/codeblock/contiguous-lines.md +0 -0
  55. data/spec/{fixtures → scenarios}/codeblock/fenced/with-command-prompt.adoc +0 -0
  56. data/spec/{fixtures → scenarios}/codeblock/fenced/with-command-prompt.md +0 -0
  57. data/spec/{fixtures → scenarios}/codeblock/fenced/with-language.adoc +0 -0
  58. data/spec/{fixtures → scenarios}/codeblock/fenced/with-language.md +0 -0
  59. data/spec/{fixtures → scenarios}/codeblock/fenced/with-non-contiguous-command-prompts.adoc +3 -2
  60. data/spec/{fixtures → scenarios}/codeblock/fenced/with-non-contiguous-command-prompts.md +0 -0
  61. data/spec/{fixtures → scenarios}/codeblock/fenced/without-language.adoc +0 -0
  62. data/spec/{fixtures → scenarios}/codeblock/fenced/without-language.md +0 -0
  63. data/spec/{fixtures → scenarios}/codeblock/non-contiguous-lines.adoc +2 -2
  64. data/spec/{fixtures → scenarios}/codeblock/non-contiguous-lines.md +0 -0
  65. data/spec/{fixtures → scenarios}/codeblock/with-command-prompt.adoc +0 -0
  66. data/spec/{fixtures → scenarios}/codeblock/with-command-prompt.md +0 -0
  67. data/spec/{fixtures → scenarios}/codeblock/with-non-contiguous-command-prompts.adoc +3 -2
  68. data/spec/{fixtures → scenarios}/codeblock/with-non-contiguous-command-prompts.md +0 -0
  69. data/spec/{fixtures → scenarios}/codespan/constrained.adoc +0 -0
  70. data/spec/{fixtures → scenarios}/codespan/constrained.md +0 -0
  71. data/spec/{fixtures → scenarios}/codespan/literal.adoc +0 -0
  72. data/spec/{fixtures → scenarios}/codespan/literal.md +0 -0
  73. data/spec/scenarios/dlist/compound.adoc +13 -0
  74. data/spec/scenarios/dlist/compound.md +7 -0
  75. data/spec/scenarios/dlist/nested-mixed.adoc +11 -0
  76. data/spec/scenarios/dlist/nested-mixed.md +11 -0
  77. data/spec/scenarios/dlist/nested.adoc +23 -0
  78. data/spec/scenarios/dlist/nested.md +23 -0
  79. data/spec/scenarios/dlist/simple.adoc +5 -0
  80. data/spec/scenarios/dlist/simple.md +5 -0
  81. data/spec/{fixtures → scenarios}/em/asterisks.adoc +0 -0
  82. data/spec/{fixtures → scenarios}/em/asterisks.md +0 -0
  83. data/spec/scenarios/em/constrained.adoc +1 -0
  84. data/spec/scenarios/em/constrained.md +1 -0
  85. data/spec/scenarios/em/strong.adoc +1 -0
  86. data/spec/scenarios/em/strong.md +1 -0
  87. data/spec/{fixtures → scenarios}/entity/numeric.adoc +0 -0
  88. data/spec/{fixtures → scenarios}/entity/numeric.md +0 -0
  89. data/spec/{fixtures → scenarios}/entity/reverse.adoc +0 -0
  90. data/spec/{fixtures → scenarios}/entity/reverse.md +0 -0
  91. data/spec/{fixtures → scenarios}/heading/block-title.adoc +1 -0
  92. data/spec/{fixtures → scenarios}/heading/block-title.md +3 -1
  93. data/spec/{fixtures → scenarios}/heading/not-block-title.adoc +0 -0
  94. data/spec/{fixtures → scenarios}/heading/not-block-title.md +0 -0
  95. data/spec/{fixtures → scenarios}/heading/out-of-sequence.adoc +0 -0
  96. data/spec/{fixtures → scenarios}/heading/out-of-sequence.md +0 -0
  97. data/spec/{fixtures → scenarios}/heading/outline.adoc +0 -0
  98. data/spec/{fixtures → scenarios}/heading/outline.md +0 -0
  99. data/spec/{fixtures → scenarios}/heading/with-anchor.adoc +0 -0
  100. data/spec/{fixtures → scenarios}/heading/with-anchor.md +0 -0
  101. data/spec/{fixtures → scenarios}/heading/with-formatting.adoc +0 -0
  102. data/spec/{fixtures → scenarios}/heading/with-formatting.md +0 -0
  103. data/spec/scenarios/hr/around-block.adoc +5 -0
  104. data/spec/scenarios/hr/around-block.md +5 -0
  105. data/spec/{fixtures → scenarios}/hr/between-blocks.adoc +0 -0
  106. data/spec/{fixtures → scenarios}/hr/between-blocks.md +0 -0
  107. data/spec/{fixtures → scenarios}/hr/dashes.adoc +0 -0
  108. data/spec/{fixtures → scenarios}/hr/dashes.md +0 -0
  109. data/spec/{fixtures → scenarios}/html_element/abbr.adoc +0 -0
  110. data/spec/{fixtures → scenarios}/html_element/abbr.md +0 -0
  111. data/spec/{fixtures → scenarios}/html_element/admonition.adoc +0 -0
  112. data/spec/{fixtures → scenarios}/html_element/admonition.md +0 -0
  113. data/spec/{fixtures → scenarios}/html_element/empty-p.adoc +0 -0
  114. data/spec/{fixtures → scenarios}/html_element/empty-p.md +0 -0
  115. data/spec/{fixtures → scenarios}/html_element/heading-with-class.adoc +0 -0
  116. data/spec/{fixtures → scenarios}/html_element/heading-with-class.md +0 -0
  117. data/spec/{fixtures → scenarios}/html_element/heading-with-id.adoc +0 -0
  118. data/spec/{fixtures → scenarios}/html_element/heading-with-id.md +0 -0
  119. data/spec/{fixtures → scenarios}/html_element/img-with-alt-and-width.adoc +0 -0
  120. data/spec/{fixtures → scenarios}/html_element/img-with-alt-and-width.md +0 -0
  121. data/spec/scenarios/html_element/img-with-percentage-width-css.adoc +1 -0
  122. data/spec/scenarios/html_element/img-with-percentage-width-css.md +1 -0
  123. data/spec/scenarios/html_element/img-with-percentage-width.adoc +1 -0
  124. data/spec/scenarios/html_element/img-with-percentage-width.md +1 -0
  125. data/spec/{fixtures/html_element/img-with-css-width.adoc → scenarios/html_element/img-with-width-css.adoc} +0 -0
  126. data/spec/{fixtures/html_element/img-with-css-width.md → scenarios/html_element/img-with-width-css.md} +0 -0
  127. data/spec/{fixtures → scenarios}/html_element/img-with-width.adoc +0 -0
  128. data/spec/{fixtures → scenarios}/html_element/img-with-width.md +0 -0
  129. data/spec/{fixtures → scenarios}/html_element/img.adoc +0 -0
  130. data/spec/{fixtures → scenarios}/html_element/img.md +0 -0
  131. data/spec/{fixtures → scenarios}/html_element/native.adoc +0 -0
  132. data/spec/{fixtures → scenarios}/html_element/native.md +0 -0
  133. data/spec/scenarios/html_element/pre-code-with-language.adoc +6 -0
  134. data/spec/scenarios/html_element/pre-code-with-language.md +4 -0
  135. data/spec/scenarios/html_element/strike.adoc +1 -0
  136. data/spec/scenarios/html_element/strike.md +1 -0
  137. data/spec/{fixtures → scenarios}/html_element/sub.adoc +0 -0
  138. data/spec/{fixtures → scenarios}/html_element/sub.md +0 -0
  139. data/spec/{fixtures → scenarios}/html_element/sup.adoc +0 -0
  140. data/spec/{fixtures → scenarios}/html_element/sup.md +0 -0
  141. data/spec/scenarios/img/block-in-list.adoc +5 -0
  142. data/spec/scenarios/img/block-in-list.md +5 -0
  143. data/spec/{fixtures → scenarios}/img/block-with-alt.adoc +0 -0
  144. data/spec/{fixtures → scenarios}/img/block-with-alt.md +0 -0
  145. data/spec/{fixtures → scenarios}/img/block-with-link-and-alt.adoc +0 -0
  146. data/spec/{fixtures → scenarios}/img/block-with-link-and-alt.md +0 -0
  147. data/spec/{fixtures → scenarios}/img/block-with-link.adoc +0 -0
  148. data/spec/{fixtures → scenarios}/img/block-with-link.md +0 -0
  149. data/spec/{fixtures → scenarios}/img/block.adoc +0 -0
  150. data/spec/{fixtures → scenarios}/img/block.md +0 -0
  151. data/spec/{fixtures → scenarios}/img/imagesdir.adoc +0 -0
  152. data/spec/{fixtures → scenarios}/img/imagesdir.md +0 -0
  153. data/spec/{fixtures → scenarios}/img/imagesdir.opts +0 -0
  154. data/spec/{fixtures → scenarios}/img/implicit-imagesdir.adoc +0 -0
  155. data/spec/{fixtures → scenarios}/img/implicit-imagesdir.md +0 -0
  156. data/spec/{fixtures → scenarios}/img/implicit-imagesdir.opts +0 -0
  157. data/spec/{fixtures → scenarios}/img/inline-with-alt.adoc +0 -0
  158. data/spec/{fixtures → scenarios}/img/inline-with-alt.md +0 -0
  159. data/spec/{fixtures → scenarios}/img/inline-with-link-and-alt.adoc +0 -0
  160. data/spec/{fixtures → scenarios}/img/inline-with-link-and-alt.md +0 -0
  161. data/spec/{fixtures → scenarios}/img/inline-with-link.adoc +0 -0
  162. data/spec/{fixtures → scenarios}/img/inline-with-link.md +0 -0
  163. data/spec/{fixtures → scenarios}/img/inline.adoc +0 -0
  164. data/spec/{fixtures → scenarios}/img/inline.md +0 -0
  165. data/spec/{fixtures → scenarios}/ol/compound-separated.adoc +5 -1
  166. data/spec/{fixtures/ol/compound.md → scenarios/ol/compound-separated.md} +8 -1
  167. data/spec/{fixtures → scenarios}/ol/compound.adoc +5 -1
  168. data/spec/{fixtures/ol/compound-separated.md → scenarios/ol/compound.md} +3 -6
  169. data/spec/scenarios/ol/formatted.adoc +3 -0
  170. data/spec/scenarios/ol/formatted.md +3 -0
  171. data/spec/{fixtures → scenarios}/ol/mixed-separated.adoc +0 -0
  172. data/spec/{fixtures → scenarios}/ol/mixed-separated.md +0 -0
  173. data/spec/{fixtures → scenarios}/ol/mixed.adoc +0 -0
  174. data/spec/{fixtures → scenarios}/ol/mixed.md +0 -0
  175. data/spec/scenarios/ol/nested-mixed.adoc +8 -0
  176. data/spec/scenarios/ol/nested-mixed.md +8 -0
  177. data/spec/{fixtures → scenarios}/ol/nested-separated.adoc +0 -0
  178. data/spec/{fixtures → scenarios}/ol/nested-separated.md +0 -0
  179. data/spec/{fixtures → scenarios}/ol/nested.adoc +0 -0
  180. data/spec/{fixtures → scenarios}/ol/nested.md +0 -0
  181. data/spec/{fixtures → scenarios}/ol/simple-separated.adoc +0 -0
  182. data/spec/{fixtures → scenarios}/ol/simple-separated.md +0 -0
  183. data/spec/{fixtures → scenarios}/ol/simple.adoc +0 -0
  184. data/spec/{fixtures → scenarios}/ol/simple.md +0 -0
  185. data/spec/{fixtures → scenarios}/p/admonition/emphasis.adoc +0 -0
  186. data/spec/{fixtures → scenarios}/p/admonition/emphasis.md +0 -0
  187. data/spec/{fixtures → scenarios}/p/admonition/in-list-item.adoc +0 -0
  188. data/spec/{fixtures → scenarios}/p/admonition/in-list-item.md +0 -0
  189. data/spec/{fixtures → scenarios}/p/admonition/plain.adoc +0 -0
  190. data/spec/{fixtures → scenarios}/p/admonition/plain.md +0 -0
  191. data/spec/{fixtures → scenarios}/p/admonition/strong-emphasis.adoc +0 -0
  192. data/spec/{fixtures → scenarios}/p/admonition/strong-emphasis.md +0 -0
  193. data/spec/{fixtures → scenarios}/p/multiple-lines.adoc +0 -0
  194. data/spec/{fixtures → scenarios}/p/multiple-lines.md +0 -0
  195. data/spec/{fixtures → scenarios}/p/sequential.adoc +0 -0
  196. data/spec/{fixtures → scenarios}/p/sequential.md +0 -0
  197. data/spec/{fixtures → scenarios}/p/single-line.adoc +0 -0
  198. data/spec/{fixtures → scenarios}/p/single-line.md +0 -0
  199. data/spec/{fixtures → scenarios}/root/body-only.adoc +0 -0
  200. data/spec/{fixtures → scenarios}/root/body-only.md +0 -0
  201. data/spec/{fixtures → scenarios}/root/book-doctype.adoc +0 -0
  202. data/spec/{fixtures → scenarios}/root/book-doctype.md +0 -0
  203. data/spec/{fixtures → scenarios}/root/header-and-body.adoc +0 -0
  204. data/spec/{fixtures → scenarios}/root/header-and-body.md +0 -0
  205. data/spec/{fixtures → scenarios}/root/header-only.adoc +0 -0
  206. data/spec/{fixtures → scenarios}/root/header-only.md +0 -0
  207. data/spec/{fixtures → scenarios}/smart_quote/apostrophe.adoc +0 -0
  208. data/spec/{fixtures → scenarios}/smart_quote/apostrophe.md +0 -0
  209. data/spec/{fixtures → scenarios}/smart_quote/double-quotes.adoc +0 -0
  210. data/spec/{fixtures → scenarios}/smart_quote/double-quotes.md +0 -0
  211. data/spec/{fixtures → scenarios}/smart_quote/single-quotes.adoc +0 -0
  212. data/spec/{fixtures → scenarios}/smart_quote/single-quotes.md +0 -0
  213. data/spec/scenarios/strong/constrained.adoc +1 -0
  214. data/spec/scenarios/strong/constrained.md +1 -0
  215. data/spec/scenarios/strong/menu.adoc +3 -0
  216. data/spec/scenarios/strong/menu.md +1 -0
  217. data/spec/{fixtures → scenarios}/strong/nested-emphasis.adoc +0 -0
  218. data/spec/{fixtures → scenarios}/strong/nested-emphasis.md +0 -0
  219. data/spec/{fixtures → scenarios}/table/alignment.adoc +0 -0
  220. data/spec/{fixtures → scenarios}/table/alignment.md +0 -0
  221. data/spec/scenarios/table/cell-with-image.adoc +9 -0
  222. data/spec/scenarios/table/cell-with-image.md +4 -0
  223. data/spec/{fixtures → scenarios}/table/cell-with-pipe.adoc +0 -0
  224. data/spec/{fixtures → scenarios}/table/cell-with-pipe.md +0 -0
  225. data/spec/{fixtures → scenarios}/table/single-column-with-header.adoc +0 -0
  226. data/spec/{fixtures → scenarios}/table/single-column-with-header.md +0 -0
  227. data/spec/{fixtures → scenarios}/table/single-column-without-header.adoc +0 -0
  228. data/spec/{fixtures → scenarios}/table/single-column-without-header.md +0 -0
  229. data/spec/{fixtures → scenarios}/table/with-header.adoc +0 -0
  230. data/spec/{fixtures → scenarios}/table/with-header.md +0 -0
  231. data/spec/{fixtures → scenarios}/table/without-header.adoc +0 -0
  232. data/spec/{fixtures → scenarios}/table/without-header.md +0 -0
  233. data/spec/{fixtures → scenarios}/text/caret.adoc +0 -0
  234. data/spec/{fixtures → scenarios}/text/caret.md +0 -0
  235. data/spec/{fixtures → scenarios}/text/lte.adoc +0 -0
  236. data/spec/{fixtures → scenarios}/text/lte.md +0 -0
  237. data/spec/{fixtures → scenarios}/text/plus-plus.adoc +0 -0
  238. data/spec/{fixtures → scenarios}/text/plus-plus.md +0 -0
  239. data/spec/{fixtures → scenarios}/text/typographic_sym/apostrophe.adoc +0 -0
  240. data/spec/{fixtures → scenarios}/text/typographic_sym/apostrophe.md +0 -0
  241. data/spec/{fixtures → scenarios}/text/typographic_sym/double-quotes.adoc +0 -0
  242. data/spec/{fixtures → scenarios}/text/typographic_sym/double-quotes.md +0 -0
  243. data/spec/{fixtures → scenarios}/text/typographic_sym/ellipsis.adoc +0 -0
  244. data/spec/{fixtures → scenarios}/text/typographic_sym/ellipsis.md +0 -0
  245. data/spec/{fixtures → scenarios}/text/typographic_sym/mdash.adoc +0 -0
  246. data/spec/{fixtures → scenarios}/text/typographic_sym/mdash.md +0 -0
  247. data/spec/{fixtures → scenarios}/text/typographic_sym/ndash.adoc +0 -0
  248. data/spec/{fixtures → scenarios}/text/typographic_sym/ndash.md +0 -0
  249. data/spec/{fixtures → scenarios}/text/typographic_sym/single-quotes.adoc +0 -0
  250. data/spec/{fixtures → scenarios}/text/typographic_sym/single-quotes.md +0 -0
  251. data/spec/scenarios/trailing_space.adoc +7 -0
  252. data/spec/scenarios/trailing_space.md +7 -0
  253. data/spec/{fixtures → scenarios}/typographic_sym/ellipsis.adoc +0 -0
  254. data/spec/{fixtures → scenarios}/typographic_sym/ellipsis.md +0 -0
  255. data/spec/{fixtures → scenarios}/typographic_sym/mdash.adoc +0 -0
  256. data/spec/{fixtures → scenarios}/typographic_sym/mdash.md +0 -0
  257. data/spec/{fixtures → scenarios}/typographic_sym/ndash.adoc +0 -0
  258. data/spec/{fixtures → scenarios}/typographic_sym/ndash.md +0 -0
  259. data/spec/scenarios/ul/blockquote.adoc +5 -0
  260. data/spec/scenarios/ul/blockquote.md +2 -0
  261. data/spec/scenarios/ul/compound-nested.adoc +21 -0
  262. data/spec/scenarios/ul/compound-nested.md +17 -0
  263. data/spec/{fixtures → scenarios}/ul/compound-separated.adoc +5 -1
  264. data/spec/{fixtures/ul/compound.md → scenarios/ul/compound-separated.md} +8 -1
  265. data/spec/{fixtures → scenarios}/ul/compound.adoc +5 -1
  266. data/spec/{fixtures/ul/compound-separated.md → scenarios/ul/compound.md} +3 -6
  267. data/spec/scenarios/ul/formatted.adoc +3 -0
  268. data/spec/scenarios/ul/formatted.md +3 -0
  269. data/spec/{fixtures → scenarios}/ul/nested-separated.adoc +0 -0
  270. data/spec/{fixtures → scenarios}/ul/nested-separated.md +0 -0
  271. data/spec/{fixtures → scenarios}/ul/nested.adoc +0 -0
  272. data/spec/{fixtures → scenarios}/ul/nested.md +0 -0
  273. data/spec/{fixtures → scenarios}/ul/simple-separated.adoc +0 -0
  274. data/spec/{fixtures → scenarios}/ul/simple-separated.md +0 -0
  275. data/spec/{fixtures → scenarios}/ul/simple.adoc +0 -0
  276. data/spec/{fixtures → scenarios}/ul/simple.md +0 -0
  277. data/spec/{fixtures → scenarios}/xml_comment/above-header.adoc +0 -0
  278. data/spec/{fixtures → scenarios}/xml_comment/above-header.md +0 -0
  279. data/spec/scenarios/xml_comment/at-start-of-line.adoc +9 -0
  280. data/spec/scenarios/xml_comment/at-start-of-line.md +4 -0
  281. data/spec/{fixtures → scenarios}/xml_comment/block.adoc +0 -0
  282. data/spec/{fixtures → scenarios}/xml_comment/block.md +0 -0
  283. data/spec/{fixtures → scenarios}/xml_comment/line-offset-by-space.adoc +0 -0
  284. data/spec/{fixtures → scenarios}/xml_comment/line-offset-by-space.md +0 -0
  285. data/spec/{fixtures → scenarios}/xml_comment/line.adoc +0 -0
  286. data/spec/{fixtures → scenarios}/xml_comment/line.md +0 -0
  287. data/spec/{fixtures → scenarios}/xml_comment/list-separator.adoc +1 -1
  288. data/spec/{fixtures → scenarios}/xml_comment/list-separator.md +0 -0
  289. data/spec/{fixtures → scenarios}/xml_comment/mixed.adoc +0 -0
  290. data/spec/{fixtures → scenarios}/xml_comment/mixed.md +0 -0
  291. data/spec/{fixtures → scenarios}/xml_comment/multiline-span.adoc +0 -0
  292. data/spec/{fixtures → scenarios}/xml_comment/multiline-span.md +0 -0
  293. data/spec/{fixtures → scenarios}/xml_comment/styled.adoc +0 -0
  294. data/spec/{fixtures → scenarios}/xml_comment/styled.md +0 -0
  295. metadata +574 -482
  296. data/spec/fixtures/a/url-matches-text.adoc +0 -1
  297. data/spec/fixtures/a/url-matches-text.md +0 -1
  298. data/spec/fixtures/codeblock/contiguous-lines.adoc +0 -5
  299. data/spec/fixtures/em/constrained.adoc +0 -1
  300. data/spec/fixtures/em/constrained.md +0 -1
  301. data/spec/fixtures/strong/constrained.adoc +0 -1
  302. data/spec/fixtures/strong/constrained.md +0 -1
@@ -0,0 +1,5 @@
1
+ * list item
2
+ +
3
+ ____
4
+ blockquote
5
+ ____
@@ -0,0 +1,2 @@
1
+ * list item
2
+ > blockquote
@@ -0,0 +1,21 @@
1
+ * list item
2
+ +
3
+ attached paragraph
4
+
5
+ ** nested list item
6
+
7
+ * another list item
8
+ +
9
+ ____
10
+ attached blockquote
11
+ ____
12
+
13
+ ** nested list item
14
+
15
+ * yet another list item
16
+ +
17
+ ----
18
+ code block
19
+ ----
20
+
21
+ ** nested list item
@@ -0,0 +1,17 @@
1
+ * list item
2
+
3
+ attached paragraph
4
+
5
+ * nested list item
6
+ * another list item
7
+
8
+ > attached blockquote
9
+
10
+ * nested list item
11
+ * yet another list item
12
+
13
+ ```
14
+ code block
15
+ ```
16
+
17
+ * nested list item
@@ -15,7 +15,7 @@ const repo = { fs, dir: 'project' }
15
15
  await git.init(repo)
16
16
  ----
17
17
  +
18
- This is equivalent to the following commmand:
18
+ This is equivalent to the following command:
19
19
 
20
20
  $ git init project
21
21
 
@@ -23,3 +23,7 @@ This is equivalent to the following commmand:
23
23
  +
24
24
  We can't help you here.
25
25
  This part you'll have to do on your own.
26
+ +
27
+ ____
28
+ Best of luck!
29
+ ____
@@ -1,18 +1,25 @@
1
1
  * Make a new project folder
2
+
2
3
  ```js
3
4
  const fs = require('fs')
4
5
  fs.mkdirSync('project')
5
6
  ```
7
+
6
8
  * Initialize a new repository
9
+
7
10
  ```js
8
11
  const git = require('isomorphic-git')
9
12
  const repo = { fs, dir: 'project' }
10
13
  await git.init(repo)
11
14
  ```
12
- This is equivalent to the following commmand:
15
+
16
+ This is equivalent to the following command:
13
17
 
14
18
  $ git init project
19
+
15
20
  * Create source files
16
21
 
17
22
  We can't help you here.
18
23
  This part you'll have to do on your own.
24
+
25
+ > Best of luck!
@@ -15,7 +15,7 @@ const repo = { fs, dir: 'project' }
15
15
  await git.init(repo)
16
16
  ----
17
17
  +
18
- This is equivalent to the following commmand:
18
+ This is equivalent to the following command:
19
19
 
20
20
  $ git init project
21
21
 
@@ -23,3 +23,7 @@ This is equivalent to the following commmand:
23
23
  +
24
24
  We can't help you here.
25
25
  This part you'll have to do on your own.
26
+ +
27
+ ____
28
+ Best of luck!
29
+ ____
@@ -1,23 +1,20 @@
1
1
  * Make a new project folder
2
-
3
2
  ```js
4
3
  const fs = require('fs')
5
4
  fs.mkdirSync('project')
6
5
  ```
7
-
8
6
  * Initialize a new repository
9
-
10
7
  ```js
11
8
  const git = require('isomorphic-git')
12
9
  const repo = { fs, dir: 'project' }
13
10
  await git.init(repo)
14
11
  ```
15
-
16
- This is equivalent to the following commmand:
12
+ This is equivalent to the following command:
17
13
 
18
14
  $ git init project
19
-
20
15
  * Create source files
21
16
 
22
17
  We can't help you here.
23
18
  This part you'll have to do on your own.
19
+
20
+ > Best of luck!
@@ -0,0 +1,3 @@
1
+ * *bold*
2
+ * _italic_
3
+ * `monospaced`
@@ -0,0 +1,3 @@
1
+ - **bold**
2
+ - *italic*
3
+ - `monospaced`
@@ -0,0 +1,9 @@
1
+ // comment
2
+
3
+ text
4
+ // more commentary
5
+ more text
6
+
7
+ // yada yada
8
+
9
+ explain away
@@ -0,0 +1,4 @@
1
+ <!-- comment -->text
2
+ <!-- more commentary -->more text
3
+
4
+ <!-- yada yada -->explain away
@@ -1,7 +1,7 @@
1
1
  * foo
2
2
  * bar
3
3
 
4
- //-
4
+ //
5
5
 
6
6
  * yin
7
7
  * yang
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kramdown-asciidoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.alpha.3
4
+ version: 1.0.0.alpha.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Allen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-31 00:00:00.000000000 Z
11
+ date: 2018-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: kramdown
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.16.2
19
+ version: 1.17.0
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.16.2
26
+ version: 1.17.0
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -66,7 +66,7 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: 0.16.1
69
- description: A Kramdown extension for converting Markdown documents to AsciiDoc.
69
+ description: A kramdown extension for converting Markdown documents to AsciiDoc.
70
70
  email:
71
71
  - dan.j.allen@gmail.com
72
72
  executables:
@@ -85,245 +85,291 @@ files:
85
85
  - lib/kramdown-asciidoc/converter.rb
86
86
  - lib/kramdown-asciidoc/version.rb
87
87
  - spec/converter_spec.rb
88
- - spec/fixtures/a/bare-url.adoc
89
- - spec/fixtures/a/bare-url.md
90
- - spec/fixtures/a/containing-inline-image.adoc
91
- - spec/fixtures/a/containing-inline-image.md
92
- - spec/fixtures/a/double-underscore-in-url.adoc
93
- - spec/fixtures/a/double-underscore-in-url.md
94
- - spec/fixtures/a/interdoc-xref.adoc
95
- - spec/fixtures/a/interdoc-xref.md
96
- - spec/fixtures/a/internal.adoc
97
- - spec/fixtures/a/internal.md
98
- - spec/fixtures/a/local.adoc
99
- - spec/fixtures/a/local.md
100
- - spec/fixtures/a/url-matches-text.adoc
101
- - spec/fixtures/a/url-matches-text.md
102
- - spec/fixtures/a/url-with-text.adoc
103
- - spec/fixtures/a/url-with-text.md
104
- - spec/fixtures/blockquote/basic.adoc
105
- - spec/fixtures/blockquote/basic.md
106
- - spec/fixtures/blockquote/list.adoc
107
- - spec/fixtures/blockquote/list.md
108
- - spec/fixtures/blockquote/multiple-lines.adoc
109
- - spec/fixtures/blockquote/multiple-lines.md
110
- - spec/fixtures/blockquote/nested.adoc
111
- - spec/fixtures/blockquote/nested.md
112
- - spec/fixtures/blockquote/with-attribution.adoc
113
- - spec/fixtures/blockquote/with-attribution.md
114
- - spec/fixtures/br/tag-followed-by-newline.adoc
115
- - spec/fixtures/br/tag-followed-by-newline.md
116
- - spec/fixtures/br/tag-in-table-cell.adoc
117
- - spec/fixtures/br/tag-in-table-cell.md
118
- - spec/fixtures/br/tag-preceded-by-space.adoc
119
- - spec/fixtures/br/tag-preceded-by-space.md
120
- - spec/fixtures/br/tag.adoc
121
- - spec/fixtures/br/tag.md
122
- - spec/fixtures/br/trailing-double-space.adoc
123
- - spec/fixtures/br/trailing-double-space.md
124
- - spec/fixtures/codeblock/contiguous-lines.adoc
125
- - spec/fixtures/codeblock/contiguous-lines.md
126
- - spec/fixtures/codeblock/fenced/with-command-prompt.adoc
127
- - spec/fixtures/codeblock/fenced/with-command-prompt.md
128
- - spec/fixtures/codeblock/fenced/with-language.adoc
129
- - spec/fixtures/codeblock/fenced/with-language.md
130
- - spec/fixtures/codeblock/fenced/with-non-contiguous-command-prompts.adoc
131
- - spec/fixtures/codeblock/fenced/with-non-contiguous-command-prompts.md
132
- - spec/fixtures/codeblock/fenced/without-language.adoc
133
- - spec/fixtures/codeblock/fenced/without-language.md
134
- - spec/fixtures/codeblock/non-contiguous-lines.adoc
135
- - spec/fixtures/codeblock/non-contiguous-lines.md
136
- - spec/fixtures/codeblock/with-command-prompt.adoc
137
- - spec/fixtures/codeblock/with-command-prompt.md
138
- - spec/fixtures/codeblock/with-non-contiguous-command-prompts.adoc
139
- - spec/fixtures/codeblock/with-non-contiguous-command-prompts.md
140
- - spec/fixtures/codespan/constrained.adoc
141
- - spec/fixtures/codespan/constrained.md
142
- - spec/fixtures/codespan/literal.adoc
143
- - spec/fixtures/codespan/literal.md
144
- - spec/fixtures/em/asterisks.adoc
145
- - spec/fixtures/em/asterisks.md
146
- - spec/fixtures/em/constrained.adoc
147
- - spec/fixtures/em/constrained.md
148
- - spec/fixtures/entity/numeric.adoc
149
- - spec/fixtures/entity/numeric.md
150
- - spec/fixtures/entity/reverse.adoc
151
- - spec/fixtures/entity/reverse.md
152
- - spec/fixtures/heading/block-title.adoc
153
- - spec/fixtures/heading/block-title.md
154
- - spec/fixtures/heading/not-block-title.adoc
155
- - spec/fixtures/heading/not-block-title.md
156
- - spec/fixtures/heading/out-of-sequence.adoc
157
- - spec/fixtures/heading/out-of-sequence.md
158
- - spec/fixtures/heading/outline.adoc
159
- - spec/fixtures/heading/outline.md
160
- - spec/fixtures/heading/with-anchor.adoc
161
- - spec/fixtures/heading/with-anchor.md
162
- - spec/fixtures/heading/with-formatting.adoc
163
- - spec/fixtures/heading/with-formatting.md
164
- - spec/fixtures/hr/between-blocks.adoc
165
- - spec/fixtures/hr/between-blocks.md
166
- - spec/fixtures/hr/dashes.adoc
167
- - spec/fixtures/hr/dashes.md
168
- - spec/fixtures/html_element/abbr.adoc
169
- - spec/fixtures/html_element/abbr.md
170
- - spec/fixtures/html_element/admonition.adoc
171
- - spec/fixtures/html_element/admonition.md
172
- - spec/fixtures/html_element/empty-p.adoc
173
- - spec/fixtures/html_element/empty-p.md
174
- - spec/fixtures/html_element/heading-with-class.adoc
175
- - spec/fixtures/html_element/heading-with-class.md
176
- - spec/fixtures/html_element/heading-with-id.adoc
177
- - spec/fixtures/html_element/heading-with-id.md
178
- - spec/fixtures/html_element/img-with-alt-and-width.adoc
179
- - spec/fixtures/html_element/img-with-alt-and-width.md
180
- - spec/fixtures/html_element/img-with-css-width.adoc
181
- - spec/fixtures/html_element/img-with-css-width.md
182
- - spec/fixtures/html_element/img-with-width.adoc
183
- - spec/fixtures/html_element/img-with-width.md
184
- - spec/fixtures/html_element/img.adoc
185
- - spec/fixtures/html_element/img.md
186
- - spec/fixtures/html_element/native.adoc
187
- - spec/fixtures/html_element/native.md
188
- - spec/fixtures/html_element/sub.adoc
189
- - spec/fixtures/html_element/sub.md
190
- - spec/fixtures/html_element/sup.adoc
191
- - spec/fixtures/html_element/sup.md
192
- - spec/fixtures/img/block-with-alt.adoc
193
- - spec/fixtures/img/block-with-alt.md
194
- - spec/fixtures/img/block-with-link-and-alt.adoc
195
- - spec/fixtures/img/block-with-link-and-alt.md
196
- - spec/fixtures/img/block-with-link.adoc
197
- - spec/fixtures/img/block-with-link.md
198
- - spec/fixtures/img/block.adoc
199
- - spec/fixtures/img/block.md
200
- - spec/fixtures/img/imagesdir.adoc
201
- - spec/fixtures/img/imagesdir.md
202
- - spec/fixtures/img/imagesdir.opts
203
- - spec/fixtures/img/implicit-imagesdir.adoc
204
- - spec/fixtures/img/implicit-imagesdir.md
205
- - spec/fixtures/img/implicit-imagesdir.opts
206
- - spec/fixtures/img/inline-with-alt.adoc
207
- - spec/fixtures/img/inline-with-alt.md
208
- - spec/fixtures/img/inline-with-link-and-alt.adoc
209
- - spec/fixtures/img/inline-with-link-and-alt.md
210
- - spec/fixtures/img/inline-with-link.adoc
211
- - spec/fixtures/img/inline-with-link.md
212
- - spec/fixtures/img/inline.adoc
213
- - spec/fixtures/img/inline.md
214
- - spec/fixtures/ol/compound-separated.adoc
215
- - spec/fixtures/ol/compound-separated.md
216
- - spec/fixtures/ol/compound.adoc
217
- - spec/fixtures/ol/compound.md
218
- - spec/fixtures/ol/mixed-separated.adoc
219
- - spec/fixtures/ol/mixed-separated.md
220
- - spec/fixtures/ol/mixed.adoc
221
- - spec/fixtures/ol/mixed.md
222
- - spec/fixtures/ol/nested-separated.adoc
223
- - spec/fixtures/ol/nested-separated.md
224
- - spec/fixtures/ol/nested.adoc
225
- - spec/fixtures/ol/nested.md
226
- - spec/fixtures/ol/simple-separated.adoc
227
- - spec/fixtures/ol/simple-separated.md
228
- - spec/fixtures/ol/simple.adoc
229
- - spec/fixtures/ol/simple.md
230
- - spec/fixtures/p/admonition/emphasis.adoc
231
- - spec/fixtures/p/admonition/emphasis.md
232
- - spec/fixtures/p/admonition/in-list-item.adoc
233
- - spec/fixtures/p/admonition/in-list-item.md
234
- - spec/fixtures/p/admonition/plain.adoc
235
- - spec/fixtures/p/admonition/plain.md
236
- - spec/fixtures/p/admonition/strong-emphasis.adoc
237
- - spec/fixtures/p/admonition/strong-emphasis.md
238
- - spec/fixtures/p/multiple-lines.adoc
239
- - spec/fixtures/p/multiple-lines.md
240
- - spec/fixtures/p/sequential.adoc
241
- - spec/fixtures/p/sequential.md
242
- - spec/fixtures/p/single-line.adoc
243
- - spec/fixtures/p/single-line.md
244
- - spec/fixtures/root/body-only.adoc
245
- - spec/fixtures/root/body-only.md
246
- - spec/fixtures/root/book-doctype.adoc
247
- - spec/fixtures/root/book-doctype.md
248
- - spec/fixtures/root/header-and-body.adoc
249
- - spec/fixtures/root/header-and-body.md
250
- - spec/fixtures/root/header-only.adoc
251
- - spec/fixtures/root/header-only.md
252
- - spec/fixtures/smart_quote/apostrophe.adoc
253
- - spec/fixtures/smart_quote/apostrophe.md
254
- - spec/fixtures/smart_quote/double-quotes.adoc
255
- - spec/fixtures/smart_quote/double-quotes.md
256
- - spec/fixtures/smart_quote/single-quotes.adoc
257
- - spec/fixtures/smart_quote/single-quotes.md
258
- - spec/fixtures/strong/constrained.adoc
259
- - spec/fixtures/strong/constrained.md
260
- - spec/fixtures/strong/nested-emphasis.adoc
261
- - spec/fixtures/strong/nested-emphasis.md
262
- - spec/fixtures/table/alignment.adoc
263
- - spec/fixtures/table/alignment.md
264
- - spec/fixtures/table/cell-with-pipe.adoc
265
- - spec/fixtures/table/cell-with-pipe.md
266
- - spec/fixtures/table/single-column-with-header.adoc
267
- - spec/fixtures/table/single-column-with-header.md
268
- - spec/fixtures/table/single-column-without-header.adoc
269
- - spec/fixtures/table/single-column-without-header.md
270
- - spec/fixtures/table/with-header.adoc
271
- - spec/fixtures/table/with-header.md
272
- - spec/fixtures/table/without-header.adoc
273
- - spec/fixtures/table/without-header.md
274
- - spec/fixtures/text/caret.adoc
275
- - spec/fixtures/text/caret.md
276
- - spec/fixtures/text/lte.adoc
277
- - spec/fixtures/text/lte.md
278
- - spec/fixtures/text/plus-plus.adoc
279
- - spec/fixtures/text/plus-plus.md
280
- - spec/fixtures/text/typographic_sym/apostrophe.adoc
281
- - spec/fixtures/text/typographic_sym/apostrophe.md
282
- - spec/fixtures/text/typographic_sym/double-quotes.adoc
283
- - spec/fixtures/text/typographic_sym/double-quotes.md
284
- - spec/fixtures/text/typographic_sym/ellipsis.adoc
285
- - spec/fixtures/text/typographic_sym/ellipsis.md
286
- - spec/fixtures/text/typographic_sym/mdash.adoc
287
- - spec/fixtures/text/typographic_sym/mdash.md
288
- - spec/fixtures/text/typographic_sym/ndash.adoc
289
- - spec/fixtures/text/typographic_sym/ndash.md
290
- - spec/fixtures/text/typographic_sym/single-quotes.adoc
291
- - spec/fixtures/text/typographic_sym/single-quotes.md
292
- - spec/fixtures/typographic_sym/ellipsis.adoc
293
- - spec/fixtures/typographic_sym/ellipsis.md
294
- - spec/fixtures/typographic_sym/mdash.adoc
295
- - spec/fixtures/typographic_sym/mdash.md
296
- - spec/fixtures/typographic_sym/ndash.adoc
297
- - spec/fixtures/typographic_sym/ndash.md
298
- - spec/fixtures/ul/compound-separated.adoc
299
- - spec/fixtures/ul/compound-separated.md
300
- - spec/fixtures/ul/compound.adoc
301
- - spec/fixtures/ul/compound.md
302
- - spec/fixtures/ul/nested-separated.adoc
303
- - spec/fixtures/ul/nested-separated.md
304
- - spec/fixtures/ul/nested.adoc
305
- - spec/fixtures/ul/nested.md
306
- - spec/fixtures/ul/simple-separated.adoc
307
- - spec/fixtures/ul/simple-separated.md
308
- - spec/fixtures/ul/simple.adoc
309
- - spec/fixtures/ul/simple.md
310
- - spec/fixtures/xml_comment/above-header.adoc
311
- - spec/fixtures/xml_comment/above-header.md
312
- - spec/fixtures/xml_comment/block.adoc
313
- - spec/fixtures/xml_comment/block.md
314
- - spec/fixtures/xml_comment/line-offset-by-space.adoc
315
- - spec/fixtures/xml_comment/line-offset-by-space.md
316
- - spec/fixtures/xml_comment/line.adoc
317
- - spec/fixtures/xml_comment/line.md
318
- - spec/fixtures/xml_comment/list-separator.adoc
319
- - spec/fixtures/xml_comment/list-separator.md
320
- - spec/fixtures/xml_comment/mixed.adoc
321
- - spec/fixtures/xml_comment/mixed.md
322
- - spec/fixtures/xml_comment/multiline-span.adoc
323
- - spec/fixtures/xml_comment/multiline-span.md
324
- - spec/fixtures/xml_comment/styled.adoc
325
- - spec/fixtures/xml_comment/styled.md
326
88
  - spec/integration_spec.rb
89
+ - spec/scenarios/a/bare-url.adoc
90
+ - spec/scenarios/a/bare-url.md
91
+ - spec/scenarios/a/containing-inline-image.adoc
92
+ - spec/scenarios/a/containing-inline-image.md
93
+ - spec/scenarios/a/double-underscore-in-url.adoc
94
+ - spec/scenarios/a/double-underscore-in-url.md
95
+ - spec/scenarios/a/interdoc-xref.adoc
96
+ - spec/scenarios/a/interdoc-xref.md
97
+ - spec/scenarios/a/internal.adoc
98
+ - spec/scenarios/a/internal.md
99
+ - spec/scenarios/a/local.adoc
100
+ - spec/scenarios/a/local.md
101
+ - spec/scenarios/a/url-matches-text.adoc
102
+ - spec/scenarios/a/url-matches-text.md
103
+ - spec/scenarios/a/url-with-text.adoc
104
+ - spec/scenarios/a/url-with-text.md
105
+ - spec/scenarios/blockquote/attribution-separated.adoc
106
+ - spec/scenarios/blockquote/attribution-separated.md
107
+ - spec/scenarios/blockquote/basic.adoc
108
+ - spec/scenarios/blockquote/basic.md
109
+ - spec/scenarios/blockquote/deep-nested.adoc
110
+ - spec/scenarios/blockquote/deep-nested.md
111
+ - spec/scenarios/blockquote/list.adoc
112
+ - spec/scenarios/blockquote/list.md
113
+ - spec/scenarios/blockquote/multiple-lines.adoc
114
+ - spec/scenarios/blockquote/multiple-lines.md
115
+ - spec/scenarios/blockquote/nested.adoc
116
+ - spec/scenarios/blockquote/nested.md
117
+ - spec/scenarios/blockquote/with-attribution.adoc
118
+ - spec/scenarios/blockquote/with-attribution.md
119
+ - spec/scenarios/br/leading-tag.adoc
120
+ - spec/scenarios/br/leading-tag.md
121
+ - spec/scenarios/br/tag-followed-by-newline.adoc
122
+ - spec/scenarios/br/tag-followed-by-newline.md
123
+ - spec/scenarios/br/tag-in-table-cell.adoc
124
+ - spec/scenarios/br/tag-in-table-cell.md
125
+ - spec/scenarios/br/tag-preceded-by-space.adoc
126
+ - spec/scenarios/br/tag-preceded-by-space.md
127
+ - spec/scenarios/br/tag.adoc
128
+ - spec/scenarios/br/tag.md
129
+ - spec/scenarios/br/trailing-double-space.adoc
130
+ - spec/scenarios/br/trailing-double-space.md
131
+ - spec/scenarios/codeblock/contiguous-lines.adoc
132
+ - spec/scenarios/codeblock/contiguous-lines.md
133
+ - spec/scenarios/codeblock/fenced/with-command-prompt.adoc
134
+ - spec/scenarios/codeblock/fenced/with-command-prompt.md
135
+ - spec/scenarios/codeblock/fenced/with-language.adoc
136
+ - spec/scenarios/codeblock/fenced/with-language.md
137
+ - spec/scenarios/codeblock/fenced/with-non-contiguous-command-prompts.adoc
138
+ - spec/scenarios/codeblock/fenced/with-non-contiguous-command-prompts.md
139
+ - spec/scenarios/codeblock/fenced/without-language.adoc
140
+ - spec/scenarios/codeblock/fenced/without-language.md
141
+ - spec/scenarios/codeblock/non-contiguous-lines.adoc
142
+ - spec/scenarios/codeblock/non-contiguous-lines.md
143
+ - spec/scenarios/codeblock/with-command-prompt.adoc
144
+ - spec/scenarios/codeblock/with-command-prompt.md
145
+ - spec/scenarios/codeblock/with-non-contiguous-command-prompts.adoc
146
+ - spec/scenarios/codeblock/with-non-contiguous-command-prompts.md
147
+ - spec/scenarios/codespan/constrained.adoc
148
+ - spec/scenarios/codespan/constrained.md
149
+ - spec/scenarios/codespan/literal.adoc
150
+ - spec/scenarios/codespan/literal.md
151
+ - spec/scenarios/dlist/compound.adoc
152
+ - spec/scenarios/dlist/compound.md
153
+ - spec/scenarios/dlist/nested-mixed.adoc
154
+ - spec/scenarios/dlist/nested-mixed.md
155
+ - spec/scenarios/dlist/nested.adoc
156
+ - spec/scenarios/dlist/nested.md
157
+ - spec/scenarios/dlist/simple.adoc
158
+ - spec/scenarios/dlist/simple.md
159
+ - spec/scenarios/em/asterisks.adoc
160
+ - spec/scenarios/em/asterisks.md
161
+ - spec/scenarios/em/constrained.adoc
162
+ - spec/scenarios/em/constrained.md
163
+ - spec/scenarios/em/strong.adoc
164
+ - spec/scenarios/em/strong.md
165
+ - spec/scenarios/entity/numeric.adoc
166
+ - spec/scenarios/entity/numeric.md
167
+ - spec/scenarios/entity/reverse.adoc
168
+ - spec/scenarios/entity/reverse.md
169
+ - spec/scenarios/heading/block-title.adoc
170
+ - spec/scenarios/heading/block-title.md
171
+ - spec/scenarios/heading/not-block-title.adoc
172
+ - spec/scenarios/heading/not-block-title.md
173
+ - spec/scenarios/heading/out-of-sequence.adoc
174
+ - spec/scenarios/heading/out-of-sequence.md
175
+ - spec/scenarios/heading/outline.adoc
176
+ - spec/scenarios/heading/outline.md
177
+ - spec/scenarios/heading/with-anchor.adoc
178
+ - spec/scenarios/heading/with-anchor.md
179
+ - spec/scenarios/heading/with-formatting.adoc
180
+ - spec/scenarios/heading/with-formatting.md
181
+ - spec/scenarios/hr/around-block.adoc
182
+ - spec/scenarios/hr/around-block.md
183
+ - spec/scenarios/hr/between-blocks.adoc
184
+ - spec/scenarios/hr/between-blocks.md
185
+ - spec/scenarios/hr/dashes.adoc
186
+ - spec/scenarios/hr/dashes.md
187
+ - spec/scenarios/html_element/abbr.adoc
188
+ - spec/scenarios/html_element/abbr.md
189
+ - spec/scenarios/html_element/admonition.adoc
190
+ - spec/scenarios/html_element/admonition.md
191
+ - spec/scenarios/html_element/empty-p.adoc
192
+ - spec/scenarios/html_element/empty-p.md
193
+ - spec/scenarios/html_element/heading-with-class.adoc
194
+ - spec/scenarios/html_element/heading-with-class.md
195
+ - spec/scenarios/html_element/heading-with-id.adoc
196
+ - spec/scenarios/html_element/heading-with-id.md
197
+ - spec/scenarios/html_element/img-with-alt-and-width.adoc
198
+ - spec/scenarios/html_element/img-with-alt-and-width.md
199
+ - spec/scenarios/html_element/img-with-percentage-width-css.adoc
200
+ - spec/scenarios/html_element/img-with-percentage-width-css.md
201
+ - spec/scenarios/html_element/img-with-percentage-width.adoc
202
+ - spec/scenarios/html_element/img-with-percentage-width.md
203
+ - spec/scenarios/html_element/img-with-width-css.adoc
204
+ - spec/scenarios/html_element/img-with-width-css.md
205
+ - spec/scenarios/html_element/img-with-width.adoc
206
+ - spec/scenarios/html_element/img-with-width.md
207
+ - spec/scenarios/html_element/img.adoc
208
+ - spec/scenarios/html_element/img.md
209
+ - spec/scenarios/html_element/native.adoc
210
+ - spec/scenarios/html_element/native.md
211
+ - spec/scenarios/html_element/pre-code-with-language.adoc
212
+ - spec/scenarios/html_element/pre-code-with-language.md
213
+ - spec/scenarios/html_element/strike.adoc
214
+ - spec/scenarios/html_element/strike.md
215
+ - spec/scenarios/html_element/sub.adoc
216
+ - spec/scenarios/html_element/sub.md
217
+ - spec/scenarios/html_element/sup.adoc
218
+ - spec/scenarios/html_element/sup.md
219
+ - spec/scenarios/img/block-in-list.adoc
220
+ - spec/scenarios/img/block-in-list.md
221
+ - spec/scenarios/img/block-with-alt.adoc
222
+ - spec/scenarios/img/block-with-alt.md
223
+ - spec/scenarios/img/block-with-link-and-alt.adoc
224
+ - spec/scenarios/img/block-with-link-and-alt.md
225
+ - spec/scenarios/img/block-with-link.adoc
226
+ - spec/scenarios/img/block-with-link.md
227
+ - spec/scenarios/img/block.adoc
228
+ - spec/scenarios/img/block.md
229
+ - spec/scenarios/img/imagesdir.adoc
230
+ - spec/scenarios/img/imagesdir.md
231
+ - spec/scenarios/img/imagesdir.opts
232
+ - spec/scenarios/img/implicit-imagesdir.adoc
233
+ - spec/scenarios/img/implicit-imagesdir.md
234
+ - spec/scenarios/img/implicit-imagesdir.opts
235
+ - spec/scenarios/img/inline-with-alt.adoc
236
+ - spec/scenarios/img/inline-with-alt.md
237
+ - spec/scenarios/img/inline-with-link-and-alt.adoc
238
+ - spec/scenarios/img/inline-with-link-and-alt.md
239
+ - spec/scenarios/img/inline-with-link.adoc
240
+ - spec/scenarios/img/inline-with-link.md
241
+ - spec/scenarios/img/inline.adoc
242
+ - spec/scenarios/img/inline.md
243
+ - spec/scenarios/ol/compound-separated.adoc
244
+ - spec/scenarios/ol/compound-separated.md
245
+ - spec/scenarios/ol/compound.adoc
246
+ - spec/scenarios/ol/compound.md
247
+ - spec/scenarios/ol/formatted.adoc
248
+ - spec/scenarios/ol/formatted.md
249
+ - spec/scenarios/ol/mixed-separated.adoc
250
+ - spec/scenarios/ol/mixed-separated.md
251
+ - spec/scenarios/ol/mixed.adoc
252
+ - spec/scenarios/ol/mixed.md
253
+ - spec/scenarios/ol/nested-mixed.adoc
254
+ - spec/scenarios/ol/nested-mixed.md
255
+ - spec/scenarios/ol/nested-separated.adoc
256
+ - spec/scenarios/ol/nested-separated.md
257
+ - spec/scenarios/ol/nested.adoc
258
+ - spec/scenarios/ol/nested.md
259
+ - spec/scenarios/ol/simple-separated.adoc
260
+ - spec/scenarios/ol/simple-separated.md
261
+ - spec/scenarios/ol/simple.adoc
262
+ - spec/scenarios/ol/simple.md
263
+ - spec/scenarios/p/admonition/emphasis.adoc
264
+ - spec/scenarios/p/admonition/emphasis.md
265
+ - spec/scenarios/p/admonition/in-list-item.adoc
266
+ - spec/scenarios/p/admonition/in-list-item.md
267
+ - spec/scenarios/p/admonition/plain.adoc
268
+ - spec/scenarios/p/admonition/plain.md
269
+ - spec/scenarios/p/admonition/strong-emphasis.adoc
270
+ - spec/scenarios/p/admonition/strong-emphasis.md
271
+ - spec/scenarios/p/multiple-lines.adoc
272
+ - spec/scenarios/p/multiple-lines.md
273
+ - spec/scenarios/p/sequential.adoc
274
+ - spec/scenarios/p/sequential.md
275
+ - spec/scenarios/p/single-line.adoc
276
+ - spec/scenarios/p/single-line.md
277
+ - spec/scenarios/root/body-only.adoc
278
+ - spec/scenarios/root/body-only.md
279
+ - spec/scenarios/root/book-doctype.adoc
280
+ - spec/scenarios/root/book-doctype.md
281
+ - spec/scenarios/root/header-and-body.adoc
282
+ - spec/scenarios/root/header-and-body.md
283
+ - spec/scenarios/root/header-only.adoc
284
+ - spec/scenarios/root/header-only.md
285
+ - spec/scenarios/smart_quote/apostrophe.adoc
286
+ - spec/scenarios/smart_quote/apostrophe.md
287
+ - spec/scenarios/smart_quote/double-quotes.adoc
288
+ - spec/scenarios/smart_quote/double-quotes.md
289
+ - spec/scenarios/smart_quote/single-quotes.adoc
290
+ - spec/scenarios/smart_quote/single-quotes.md
291
+ - spec/scenarios/strong/constrained.adoc
292
+ - spec/scenarios/strong/constrained.md
293
+ - spec/scenarios/strong/menu.adoc
294
+ - spec/scenarios/strong/menu.md
295
+ - spec/scenarios/strong/nested-emphasis.adoc
296
+ - spec/scenarios/strong/nested-emphasis.md
297
+ - spec/scenarios/table/alignment.adoc
298
+ - spec/scenarios/table/alignment.md
299
+ - spec/scenarios/table/cell-with-image.adoc
300
+ - spec/scenarios/table/cell-with-image.md
301
+ - spec/scenarios/table/cell-with-pipe.adoc
302
+ - spec/scenarios/table/cell-with-pipe.md
303
+ - spec/scenarios/table/single-column-with-header.adoc
304
+ - spec/scenarios/table/single-column-with-header.md
305
+ - spec/scenarios/table/single-column-without-header.adoc
306
+ - spec/scenarios/table/single-column-without-header.md
307
+ - spec/scenarios/table/with-header.adoc
308
+ - spec/scenarios/table/with-header.md
309
+ - spec/scenarios/table/without-header.adoc
310
+ - spec/scenarios/table/without-header.md
311
+ - spec/scenarios/text/caret.adoc
312
+ - spec/scenarios/text/caret.md
313
+ - spec/scenarios/text/lte.adoc
314
+ - spec/scenarios/text/lte.md
315
+ - spec/scenarios/text/plus-plus.adoc
316
+ - spec/scenarios/text/plus-plus.md
317
+ - spec/scenarios/text/typographic_sym/apostrophe.adoc
318
+ - spec/scenarios/text/typographic_sym/apostrophe.md
319
+ - spec/scenarios/text/typographic_sym/double-quotes.adoc
320
+ - spec/scenarios/text/typographic_sym/double-quotes.md
321
+ - spec/scenarios/text/typographic_sym/ellipsis.adoc
322
+ - spec/scenarios/text/typographic_sym/ellipsis.md
323
+ - spec/scenarios/text/typographic_sym/mdash.adoc
324
+ - spec/scenarios/text/typographic_sym/mdash.md
325
+ - spec/scenarios/text/typographic_sym/ndash.adoc
326
+ - spec/scenarios/text/typographic_sym/ndash.md
327
+ - spec/scenarios/text/typographic_sym/single-quotes.adoc
328
+ - spec/scenarios/text/typographic_sym/single-quotes.md
329
+ - spec/scenarios/trailing_space.adoc
330
+ - spec/scenarios/trailing_space.md
331
+ - spec/scenarios/typographic_sym/ellipsis.adoc
332
+ - spec/scenarios/typographic_sym/ellipsis.md
333
+ - spec/scenarios/typographic_sym/mdash.adoc
334
+ - spec/scenarios/typographic_sym/mdash.md
335
+ - spec/scenarios/typographic_sym/ndash.adoc
336
+ - spec/scenarios/typographic_sym/ndash.md
337
+ - spec/scenarios/ul/blockquote.adoc
338
+ - spec/scenarios/ul/blockquote.md
339
+ - spec/scenarios/ul/compound-nested.adoc
340
+ - spec/scenarios/ul/compound-nested.md
341
+ - spec/scenarios/ul/compound-separated.adoc
342
+ - spec/scenarios/ul/compound-separated.md
343
+ - spec/scenarios/ul/compound.adoc
344
+ - spec/scenarios/ul/compound.md
345
+ - spec/scenarios/ul/formatted.adoc
346
+ - spec/scenarios/ul/formatted.md
347
+ - spec/scenarios/ul/nested-separated.adoc
348
+ - spec/scenarios/ul/nested-separated.md
349
+ - spec/scenarios/ul/nested.adoc
350
+ - spec/scenarios/ul/nested.md
351
+ - spec/scenarios/ul/simple-separated.adoc
352
+ - spec/scenarios/ul/simple-separated.md
353
+ - spec/scenarios/ul/simple.adoc
354
+ - spec/scenarios/ul/simple.md
355
+ - spec/scenarios/xml_comment/above-header.adoc
356
+ - spec/scenarios/xml_comment/above-header.md
357
+ - spec/scenarios/xml_comment/at-start-of-line.adoc
358
+ - spec/scenarios/xml_comment/at-start-of-line.md
359
+ - spec/scenarios/xml_comment/block.adoc
360
+ - spec/scenarios/xml_comment/block.md
361
+ - spec/scenarios/xml_comment/line-offset-by-space.adoc
362
+ - spec/scenarios/xml_comment/line-offset-by-space.md
363
+ - spec/scenarios/xml_comment/line.adoc
364
+ - spec/scenarios/xml_comment/line.md
365
+ - spec/scenarios/xml_comment/list-separator.adoc
366
+ - spec/scenarios/xml_comment/list-separator.md
367
+ - spec/scenarios/xml_comment/mixed.adoc
368
+ - spec/scenarios/xml_comment/mixed.md
369
+ - spec/scenarios/xml_comment/multiline-span.adoc
370
+ - spec/scenarios/xml_comment/multiline-span.md
371
+ - spec/scenarios/xml_comment/styled.adoc
372
+ - spec/scenarios/xml_comment/styled.md
327
373
  - spec/spec_helper.rb
328
374
  homepage: https://github.com/asciidoctor/kramdown-asciidoc
329
375
  licenses:
@@ -352,246 +398,292 @@ rubyforge_project:
352
398
  rubygems_version: 2.7.7
353
399
  signing_key:
354
400
  specification_version: 4
355
- summary: A Markdown to AsciiDoc converter based on Kramdown
401
+ summary: A Markdown to AsciiDoc converter based on kramdown
356
402
  test_files:
357
403
  - spec/converter_spec.rb
358
- - spec/fixtures/a/bare-url.adoc
359
- - spec/fixtures/a/bare-url.md
360
- - spec/fixtures/a/containing-inline-image.adoc
361
- - spec/fixtures/a/containing-inline-image.md
362
- - spec/fixtures/a/double-underscore-in-url.adoc
363
- - spec/fixtures/a/double-underscore-in-url.md
364
- - spec/fixtures/a/interdoc-xref.adoc
365
- - spec/fixtures/a/interdoc-xref.md
366
- - spec/fixtures/a/internal.adoc
367
- - spec/fixtures/a/internal.md
368
- - spec/fixtures/a/local.adoc
369
- - spec/fixtures/a/local.md
370
- - spec/fixtures/a/url-matches-text.adoc
371
- - spec/fixtures/a/url-matches-text.md
372
- - spec/fixtures/a/url-with-text.adoc
373
- - spec/fixtures/a/url-with-text.md
374
- - spec/fixtures/blockquote/basic.adoc
375
- - spec/fixtures/blockquote/basic.md
376
- - spec/fixtures/blockquote/list.adoc
377
- - spec/fixtures/blockquote/list.md
378
- - spec/fixtures/blockquote/multiple-lines.adoc
379
- - spec/fixtures/blockquote/multiple-lines.md
380
- - spec/fixtures/blockquote/nested.adoc
381
- - spec/fixtures/blockquote/nested.md
382
- - spec/fixtures/blockquote/with-attribution.adoc
383
- - spec/fixtures/blockquote/with-attribution.md
384
- - spec/fixtures/br/tag-followed-by-newline.adoc
385
- - spec/fixtures/br/tag-followed-by-newline.md
386
- - spec/fixtures/br/tag-in-table-cell.adoc
387
- - spec/fixtures/br/tag-in-table-cell.md
388
- - spec/fixtures/br/tag-preceded-by-space.adoc
389
- - spec/fixtures/br/tag-preceded-by-space.md
390
- - spec/fixtures/br/tag.adoc
391
- - spec/fixtures/br/tag.md
392
- - spec/fixtures/br/trailing-double-space.adoc
393
- - spec/fixtures/br/trailing-double-space.md
394
- - spec/fixtures/codeblock/contiguous-lines.adoc
395
- - spec/fixtures/codeblock/contiguous-lines.md
396
- - spec/fixtures/codeblock/fenced/with-command-prompt.adoc
397
- - spec/fixtures/codeblock/fenced/with-command-prompt.md
398
- - spec/fixtures/codeblock/fenced/with-language.adoc
399
- - spec/fixtures/codeblock/fenced/with-language.md
400
- - spec/fixtures/codeblock/fenced/with-non-contiguous-command-prompts.adoc
401
- - spec/fixtures/codeblock/fenced/with-non-contiguous-command-prompts.md
402
- - spec/fixtures/codeblock/fenced/without-language.adoc
403
- - spec/fixtures/codeblock/fenced/without-language.md
404
- - spec/fixtures/codeblock/non-contiguous-lines.adoc
405
- - spec/fixtures/codeblock/non-contiguous-lines.md
406
- - spec/fixtures/codeblock/with-command-prompt.adoc
407
- - spec/fixtures/codeblock/with-command-prompt.md
408
- - spec/fixtures/codeblock/with-non-contiguous-command-prompts.adoc
409
- - spec/fixtures/codeblock/with-non-contiguous-command-prompts.md
410
- - spec/fixtures/codespan/constrained.adoc
411
- - spec/fixtures/codespan/constrained.md
412
- - spec/fixtures/codespan/literal.adoc
413
- - spec/fixtures/codespan/literal.md
414
- - spec/fixtures/em/asterisks.adoc
415
- - spec/fixtures/em/asterisks.md
416
- - spec/fixtures/em/constrained.adoc
417
- - spec/fixtures/em/constrained.md
418
- - spec/fixtures/entity/numeric.adoc
419
- - spec/fixtures/entity/numeric.md
420
- - spec/fixtures/entity/reverse.adoc
421
- - spec/fixtures/entity/reverse.md
422
- - spec/fixtures/heading/block-title.adoc
423
- - spec/fixtures/heading/block-title.md
424
- - spec/fixtures/heading/not-block-title.adoc
425
- - spec/fixtures/heading/not-block-title.md
426
- - spec/fixtures/heading/out-of-sequence.adoc
427
- - spec/fixtures/heading/out-of-sequence.md
428
- - spec/fixtures/heading/outline.adoc
429
- - spec/fixtures/heading/outline.md
430
- - spec/fixtures/heading/with-anchor.adoc
431
- - spec/fixtures/heading/with-anchor.md
432
- - spec/fixtures/heading/with-formatting.adoc
433
- - spec/fixtures/heading/with-formatting.md
434
- - spec/fixtures/hr/between-blocks.adoc
435
- - spec/fixtures/hr/between-blocks.md
436
- - spec/fixtures/hr/dashes.adoc
437
- - spec/fixtures/hr/dashes.md
438
- - spec/fixtures/html_element/abbr.adoc
439
- - spec/fixtures/html_element/abbr.md
440
- - spec/fixtures/html_element/admonition.adoc
441
- - spec/fixtures/html_element/admonition.md
442
- - spec/fixtures/html_element/empty-p.adoc
443
- - spec/fixtures/html_element/empty-p.md
444
- - spec/fixtures/html_element/heading-with-class.adoc
445
- - spec/fixtures/html_element/heading-with-class.md
446
- - spec/fixtures/html_element/heading-with-id.adoc
447
- - spec/fixtures/html_element/heading-with-id.md
448
- - spec/fixtures/html_element/img-with-alt-and-width.adoc
449
- - spec/fixtures/html_element/img-with-alt-and-width.md
450
- - spec/fixtures/html_element/img-with-css-width.adoc
451
- - spec/fixtures/html_element/img-with-css-width.md
452
- - spec/fixtures/html_element/img-with-width.adoc
453
- - spec/fixtures/html_element/img-with-width.md
454
- - spec/fixtures/html_element/img.adoc
455
- - spec/fixtures/html_element/img.md
456
- - spec/fixtures/html_element/native.adoc
457
- - spec/fixtures/html_element/native.md
458
- - spec/fixtures/html_element/sub.adoc
459
- - spec/fixtures/html_element/sub.md
460
- - spec/fixtures/html_element/sup.adoc
461
- - spec/fixtures/html_element/sup.md
462
- - spec/fixtures/img/block-with-alt.adoc
463
- - spec/fixtures/img/block-with-alt.md
464
- - spec/fixtures/img/block-with-link-and-alt.adoc
465
- - spec/fixtures/img/block-with-link-and-alt.md
466
- - spec/fixtures/img/block-with-link.adoc
467
- - spec/fixtures/img/block-with-link.md
468
- - spec/fixtures/img/block.adoc
469
- - spec/fixtures/img/block.md
470
- - spec/fixtures/img/imagesdir.adoc
471
- - spec/fixtures/img/imagesdir.md
472
- - spec/fixtures/img/imagesdir.opts
473
- - spec/fixtures/img/implicit-imagesdir.adoc
474
- - spec/fixtures/img/implicit-imagesdir.md
475
- - spec/fixtures/img/implicit-imagesdir.opts
476
- - spec/fixtures/img/inline-with-alt.adoc
477
- - spec/fixtures/img/inline-with-alt.md
478
- - spec/fixtures/img/inline-with-link-and-alt.adoc
479
- - spec/fixtures/img/inline-with-link-and-alt.md
480
- - spec/fixtures/img/inline-with-link.adoc
481
- - spec/fixtures/img/inline-with-link.md
482
- - spec/fixtures/img/inline.adoc
483
- - spec/fixtures/img/inline.md
484
- - spec/fixtures/ol/compound-separated.adoc
485
- - spec/fixtures/ol/compound-separated.md
486
- - spec/fixtures/ol/compound.adoc
487
- - spec/fixtures/ol/compound.md
488
- - spec/fixtures/ol/mixed-separated.adoc
489
- - spec/fixtures/ol/mixed-separated.md
490
- - spec/fixtures/ol/mixed.adoc
491
- - spec/fixtures/ol/mixed.md
492
- - spec/fixtures/ol/nested-separated.adoc
493
- - spec/fixtures/ol/nested-separated.md
494
- - spec/fixtures/ol/nested.adoc
495
- - spec/fixtures/ol/nested.md
496
- - spec/fixtures/ol/simple-separated.adoc
497
- - spec/fixtures/ol/simple-separated.md
498
- - spec/fixtures/ol/simple.adoc
499
- - spec/fixtures/ol/simple.md
500
- - spec/fixtures/p/admonition/emphasis.adoc
501
- - spec/fixtures/p/admonition/emphasis.md
502
- - spec/fixtures/p/admonition/in-list-item.adoc
503
- - spec/fixtures/p/admonition/in-list-item.md
504
- - spec/fixtures/p/admonition/plain.adoc
505
- - spec/fixtures/p/admonition/plain.md
506
- - spec/fixtures/p/admonition/strong-emphasis.adoc
507
- - spec/fixtures/p/admonition/strong-emphasis.md
508
- - spec/fixtures/p/multiple-lines.adoc
509
- - spec/fixtures/p/multiple-lines.md
510
- - spec/fixtures/p/sequential.adoc
511
- - spec/fixtures/p/sequential.md
512
- - spec/fixtures/p/single-line.adoc
513
- - spec/fixtures/p/single-line.md
514
- - spec/fixtures/root/body-only.adoc
515
- - spec/fixtures/root/body-only.md
516
- - spec/fixtures/root/book-doctype.adoc
517
- - spec/fixtures/root/book-doctype.md
518
- - spec/fixtures/root/header-and-body.adoc
519
- - spec/fixtures/root/header-and-body.md
520
- - spec/fixtures/root/header-only.adoc
521
- - spec/fixtures/root/header-only.md
522
- - spec/fixtures/smart_quote/apostrophe.adoc
523
- - spec/fixtures/smart_quote/apostrophe.md
524
- - spec/fixtures/smart_quote/double-quotes.adoc
525
- - spec/fixtures/smart_quote/double-quotes.md
526
- - spec/fixtures/smart_quote/single-quotes.adoc
527
- - spec/fixtures/smart_quote/single-quotes.md
528
- - spec/fixtures/strong/constrained.adoc
529
- - spec/fixtures/strong/constrained.md
530
- - spec/fixtures/strong/nested-emphasis.adoc
531
- - spec/fixtures/strong/nested-emphasis.md
532
- - spec/fixtures/table/alignment.adoc
533
- - spec/fixtures/table/alignment.md
534
- - spec/fixtures/table/cell-with-pipe.adoc
535
- - spec/fixtures/table/cell-with-pipe.md
536
- - spec/fixtures/table/single-column-with-header.adoc
537
- - spec/fixtures/table/single-column-with-header.md
538
- - spec/fixtures/table/single-column-without-header.adoc
539
- - spec/fixtures/table/single-column-without-header.md
540
- - spec/fixtures/table/with-header.adoc
541
- - spec/fixtures/table/with-header.md
542
- - spec/fixtures/table/without-header.adoc
543
- - spec/fixtures/table/without-header.md
544
- - spec/fixtures/text/caret.adoc
545
- - spec/fixtures/text/caret.md
546
- - spec/fixtures/text/lte.adoc
547
- - spec/fixtures/text/lte.md
548
- - spec/fixtures/text/plus-plus.adoc
549
- - spec/fixtures/text/plus-plus.md
550
- - spec/fixtures/text/typographic_sym/apostrophe.adoc
551
- - spec/fixtures/text/typographic_sym/apostrophe.md
552
- - spec/fixtures/text/typographic_sym/double-quotes.adoc
553
- - spec/fixtures/text/typographic_sym/double-quotes.md
554
- - spec/fixtures/text/typographic_sym/ellipsis.adoc
555
- - spec/fixtures/text/typographic_sym/ellipsis.md
556
- - spec/fixtures/text/typographic_sym/mdash.adoc
557
- - spec/fixtures/text/typographic_sym/mdash.md
558
- - spec/fixtures/text/typographic_sym/ndash.adoc
559
- - spec/fixtures/text/typographic_sym/ndash.md
560
- - spec/fixtures/text/typographic_sym/single-quotes.adoc
561
- - spec/fixtures/text/typographic_sym/single-quotes.md
562
- - spec/fixtures/typographic_sym/ellipsis.adoc
563
- - spec/fixtures/typographic_sym/ellipsis.md
564
- - spec/fixtures/typographic_sym/mdash.adoc
565
- - spec/fixtures/typographic_sym/mdash.md
566
- - spec/fixtures/typographic_sym/ndash.adoc
567
- - spec/fixtures/typographic_sym/ndash.md
568
- - spec/fixtures/ul/compound-separated.adoc
569
- - spec/fixtures/ul/compound-separated.md
570
- - spec/fixtures/ul/compound.adoc
571
- - spec/fixtures/ul/compound.md
572
- - spec/fixtures/ul/nested-separated.adoc
573
- - spec/fixtures/ul/nested-separated.md
574
- - spec/fixtures/ul/nested.adoc
575
- - spec/fixtures/ul/nested.md
576
- - spec/fixtures/ul/simple-separated.adoc
577
- - spec/fixtures/ul/simple-separated.md
578
- - spec/fixtures/ul/simple.adoc
579
- - spec/fixtures/ul/simple.md
580
- - spec/fixtures/xml_comment/above-header.adoc
581
- - spec/fixtures/xml_comment/above-header.md
582
- - spec/fixtures/xml_comment/block.adoc
583
- - spec/fixtures/xml_comment/block.md
584
- - spec/fixtures/xml_comment/line-offset-by-space.adoc
585
- - spec/fixtures/xml_comment/line-offset-by-space.md
586
- - spec/fixtures/xml_comment/line.adoc
587
- - spec/fixtures/xml_comment/line.md
588
- - spec/fixtures/xml_comment/list-separator.adoc
589
- - spec/fixtures/xml_comment/list-separator.md
590
- - spec/fixtures/xml_comment/mixed.adoc
591
- - spec/fixtures/xml_comment/mixed.md
592
- - spec/fixtures/xml_comment/multiline-span.adoc
593
- - spec/fixtures/xml_comment/multiline-span.md
594
- - spec/fixtures/xml_comment/styled.adoc
595
- - spec/fixtures/xml_comment/styled.md
596
404
  - spec/integration_spec.rb
405
+ - spec/scenarios/a/bare-url.adoc
406
+ - spec/scenarios/a/bare-url.md
407
+ - spec/scenarios/a/containing-inline-image.adoc
408
+ - spec/scenarios/a/containing-inline-image.md
409
+ - spec/scenarios/a/double-underscore-in-url.adoc
410
+ - spec/scenarios/a/double-underscore-in-url.md
411
+ - spec/scenarios/a/interdoc-xref.adoc
412
+ - spec/scenarios/a/interdoc-xref.md
413
+ - spec/scenarios/a/internal.adoc
414
+ - spec/scenarios/a/internal.md
415
+ - spec/scenarios/a/local.adoc
416
+ - spec/scenarios/a/local.md
417
+ - spec/scenarios/a/url-matches-text.adoc
418
+ - spec/scenarios/a/url-matches-text.md
419
+ - spec/scenarios/a/url-with-text.adoc
420
+ - spec/scenarios/a/url-with-text.md
421
+ - spec/scenarios/blockquote/attribution-separated.adoc
422
+ - spec/scenarios/blockquote/attribution-separated.md
423
+ - spec/scenarios/blockquote/basic.adoc
424
+ - spec/scenarios/blockquote/basic.md
425
+ - spec/scenarios/blockquote/deep-nested.adoc
426
+ - spec/scenarios/blockquote/deep-nested.md
427
+ - spec/scenarios/blockquote/list.adoc
428
+ - spec/scenarios/blockquote/list.md
429
+ - spec/scenarios/blockquote/multiple-lines.adoc
430
+ - spec/scenarios/blockquote/multiple-lines.md
431
+ - spec/scenarios/blockquote/nested.adoc
432
+ - spec/scenarios/blockquote/nested.md
433
+ - spec/scenarios/blockquote/with-attribution.adoc
434
+ - spec/scenarios/blockquote/with-attribution.md
435
+ - spec/scenarios/br/leading-tag.adoc
436
+ - spec/scenarios/br/leading-tag.md
437
+ - spec/scenarios/br/tag-followed-by-newline.adoc
438
+ - spec/scenarios/br/tag-followed-by-newline.md
439
+ - spec/scenarios/br/tag-in-table-cell.adoc
440
+ - spec/scenarios/br/tag-in-table-cell.md
441
+ - spec/scenarios/br/tag-preceded-by-space.adoc
442
+ - spec/scenarios/br/tag-preceded-by-space.md
443
+ - spec/scenarios/br/tag.adoc
444
+ - spec/scenarios/br/tag.md
445
+ - spec/scenarios/br/trailing-double-space.adoc
446
+ - spec/scenarios/br/trailing-double-space.md
447
+ - spec/scenarios/codeblock/contiguous-lines.adoc
448
+ - spec/scenarios/codeblock/contiguous-lines.md
449
+ - spec/scenarios/codeblock/fenced/with-command-prompt.adoc
450
+ - spec/scenarios/codeblock/fenced/with-command-prompt.md
451
+ - spec/scenarios/codeblock/fenced/with-language.adoc
452
+ - spec/scenarios/codeblock/fenced/with-language.md
453
+ - spec/scenarios/codeblock/fenced/with-non-contiguous-command-prompts.adoc
454
+ - spec/scenarios/codeblock/fenced/with-non-contiguous-command-prompts.md
455
+ - spec/scenarios/codeblock/fenced/without-language.adoc
456
+ - spec/scenarios/codeblock/fenced/without-language.md
457
+ - spec/scenarios/codeblock/non-contiguous-lines.adoc
458
+ - spec/scenarios/codeblock/non-contiguous-lines.md
459
+ - spec/scenarios/codeblock/with-command-prompt.adoc
460
+ - spec/scenarios/codeblock/with-command-prompt.md
461
+ - spec/scenarios/codeblock/with-non-contiguous-command-prompts.adoc
462
+ - spec/scenarios/codeblock/with-non-contiguous-command-prompts.md
463
+ - spec/scenarios/codespan/constrained.adoc
464
+ - spec/scenarios/codespan/constrained.md
465
+ - spec/scenarios/codespan/literal.adoc
466
+ - spec/scenarios/codespan/literal.md
467
+ - spec/scenarios/dlist/compound.adoc
468
+ - spec/scenarios/dlist/compound.md
469
+ - spec/scenarios/dlist/nested-mixed.adoc
470
+ - spec/scenarios/dlist/nested-mixed.md
471
+ - spec/scenarios/dlist/nested.adoc
472
+ - spec/scenarios/dlist/nested.md
473
+ - spec/scenarios/dlist/simple.adoc
474
+ - spec/scenarios/dlist/simple.md
475
+ - spec/scenarios/em/asterisks.adoc
476
+ - spec/scenarios/em/asterisks.md
477
+ - spec/scenarios/em/constrained.adoc
478
+ - spec/scenarios/em/constrained.md
479
+ - spec/scenarios/em/strong.adoc
480
+ - spec/scenarios/em/strong.md
481
+ - spec/scenarios/entity/numeric.adoc
482
+ - spec/scenarios/entity/numeric.md
483
+ - spec/scenarios/entity/reverse.adoc
484
+ - spec/scenarios/entity/reverse.md
485
+ - spec/scenarios/heading/block-title.adoc
486
+ - spec/scenarios/heading/block-title.md
487
+ - spec/scenarios/heading/not-block-title.adoc
488
+ - spec/scenarios/heading/not-block-title.md
489
+ - spec/scenarios/heading/out-of-sequence.adoc
490
+ - spec/scenarios/heading/out-of-sequence.md
491
+ - spec/scenarios/heading/outline.adoc
492
+ - spec/scenarios/heading/outline.md
493
+ - spec/scenarios/heading/with-anchor.adoc
494
+ - spec/scenarios/heading/with-anchor.md
495
+ - spec/scenarios/heading/with-formatting.adoc
496
+ - spec/scenarios/heading/with-formatting.md
497
+ - spec/scenarios/hr/around-block.adoc
498
+ - spec/scenarios/hr/around-block.md
499
+ - spec/scenarios/hr/between-blocks.adoc
500
+ - spec/scenarios/hr/between-blocks.md
501
+ - spec/scenarios/hr/dashes.adoc
502
+ - spec/scenarios/hr/dashes.md
503
+ - spec/scenarios/html_element/abbr.adoc
504
+ - spec/scenarios/html_element/abbr.md
505
+ - spec/scenarios/html_element/admonition.adoc
506
+ - spec/scenarios/html_element/admonition.md
507
+ - spec/scenarios/html_element/empty-p.adoc
508
+ - spec/scenarios/html_element/empty-p.md
509
+ - spec/scenarios/html_element/heading-with-class.adoc
510
+ - spec/scenarios/html_element/heading-with-class.md
511
+ - spec/scenarios/html_element/heading-with-id.adoc
512
+ - spec/scenarios/html_element/heading-with-id.md
513
+ - spec/scenarios/html_element/img-with-alt-and-width.adoc
514
+ - spec/scenarios/html_element/img-with-alt-and-width.md
515
+ - spec/scenarios/html_element/img-with-percentage-width-css.adoc
516
+ - spec/scenarios/html_element/img-with-percentage-width-css.md
517
+ - spec/scenarios/html_element/img-with-percentage-width.adoc
518
+ - spec/scenarios/html_element/img-with-percentage-width.md
519
+ - spec/scenarios/html_element/img-with-width-css.adoc
520
+ - spec/scenarios/html_element/img-with-width-css.md
521
+ - spec/scenarios/html_element/img-with-width.adoc
522
+ - spec/scenarios/html_element/img-with-width.md
523
+ - spec/scenarios/html_element/img.adoc
524
+ - spec/scenarios/html_element/img.md
525
+ - spec/scenarios/html_element/native.adoc
526
+ - spec/scenarios/html_element/native.md
527
+ - spec/scenarios/html_element/pre-code-with-language.adoc
528
+ - spec/scenarios/html_element/pre-code-with-language.md
529
+ - spec/scenarios/html_element/strike.adoc
530
+ - spec/scenarios/html_element/strike.md
531
+ - spec/scenarios/html_element/sub.adoc
532
+ - spec/scenarios/html_element/sub.md
533
+ - spec/scenarios/html_element/sup.adoc
534
+ - spec/scenarios/html_element/sup.md
535
+ - spec/scenarios/img/block-in-list.adoc
536
+ - spec/scenarios/img/block-in-list.md
537
+ - spec/scenarios/img/block-with-alt.adoc
538
+ - spec/scenarios/img/block-with-alt.md
539
+ - spec/scenarios/img/block-with-link-and-alt.adoc
540
+ - spec/scenarios/img/block-with-link-and-alt.md
541
+ - spec/scenarios/img/block-with-link.adoc
542
+ - spec/scenarios/img/block-with-link.md
543
+ - spec/scenarios/img/block.adoc
544
+ - spec/scenarios/img/block.md
545
+ - spec/scenarios/img/imagesdir.adoc
546
+ - spec/scenarios/img/imagesdir.md
547
+ - spec/scenarios/img/imagesdir.opts
548
+ - spec/scenarios/img/implicit-imagesdir.adoc
549
+ - spec/scenarios/img/implicit-imagesdir.md
550
+ - spec/scenarios/img/implicit-imagesdir.opts
551
+ - spec/scenarios/img/inline-with-alt.adoc
552
+ - spec/scenarios/img/inline-with-alt.md
553
+ - spec/scenarios/img/inline-with-link-and-alt.adoc
554
+ - spec/scenarios/img/inline-with-link-and-alt.md
555
+ - spec/scenarios/img/inline-with-link.adoc
556
+ - spec/scenarios/img/inline-with-link.md
557
+ - spec/scenarios/img/inline.adoc
558
+ - spec/scenarios/img/inline.md
559
+ - spec/scenarios/ol/compound-separated.adoc
560
+ - spec/scenarios/ol/compound-separated.md
561
+ - spec/scenarios/ol/compound.adoc
562
+ - spec/scenarios/ol/compound.md
563
+ - spec/scenarios/ol/formatted.adoc
564
+ - spec/scenarios/ol/formatted.md
565
+ - spec/scenarios/ol/mixed-separated.adoc
566
+ - spec/scenarios/ol/mixed-separated.md
567
+ - spec/scenarios/ol/mixed.adoc
568
+ - spec/scenarios/ol/mixed.md
569
+ - spec/scenarios/ol/nested-mixed.adoc
570
+ - spec/scenarios/ol/nested-mixed.md
571
+ - spec/scenarios/ol/nested-separated.adoc
572
+ - spec/scenarios/ol/nested-separated.md
573
+ - spec/scenarios/ol/nested.adoc
574
+ - spec/scenarios/ol/nested.md
575
+ - spec/scenarios/ol/simple-separated.adoc
576
+ - spec/scenarios/ol/simple-separated.md
577
+ - spec/scenarios/ol/simple.adoc
578
+ - spec/scenarios/ol/simple.md
579
+ - spec/scenarios/p/admonition/emphasis.adoc
580
+ - spec/scenarios/p/admonition/emphasis.md
581
+ - spec/scenarios/p/admonition/in-list-item.adoc
582
+ - spec/scenarios/p/admonition/in-list-item.md
583
+ - spec/scenarios/p/admonition/plain.adoc
584
+ - spec/scenarios/p/admonition/plain.md
585
+ - spec/scenarios/p/admonition/strong-emphasis.adoc
586
+ - spec/scenarios/p/admonition/strong-emphasis.md
587
+ - spec/scenarios/p/multiple-lines.adoc
588
+ - spec/scenarios/p/multiple-lines.md
589
+ - spec/scenarios/p/sequential.adoc
590
+ - spec/scenarios/p/sequential.md
591
+ - spec/scenarios/p/single-line.adoc
592
+ - spec/scenarios/p/single-line.md
593
+ - spec/scenarios/root/body-only.adoc
594
+ - spec/scenarios/root/body-only.md
595
+ - spec/scenarios/root/book-doctype.adoc
596
+ - spec/scenarios/root/book-doctype.md
597
+ - spec/scenarios/root/header-and-body.adoc
598
+ - spec/scenarios/root/header-and-body.md
599
+ - spec/scenarios/root/header-only.adoc
600
+ - spec/scenarios/root/header-only.md
601
+ - spec/scenarios/smart_quote/apostrophe.adoc
602
+ - spec/scenarios/smart_quote/apostrophe.md
603
+ - spec/scenarios/smart_quote/double-quotes.adoc
604
+ - spec/scenarios/smart_quote/double-quotes.md
605
+ - spec/scenarios/smart_quote/single-quotes.adoc
606
+ - spec/scenarios/smart_quote/single-quotes.md
607
+ - spec/scenarios/strong/constrained.adoc
608
+ - spec/scenarios/strong/constrained.md
609
+ - spec/scenarios/strong/menu.adoc
610
+ - spec/scenarios/strong/menu.md
611
+ - spec/scenarios/strong/nested-emphasis.adoc
612
+ - spec/scenarios/strong/nested-emphasis.md
613
+ - spec/scenarios/table/alignment.adoc
614
+ - spec/scenarios/table/alignment.md
615
+ - spec/scenarios/table/cell-with-image.adoc
616
+ - spec/scenarios/table/cell-with-image.md
617
+ - spec/scenarios/table/cell-with-pipe.adoc
618
+ - spec/scenarios/table/cell-with-pipe.md
619
+ - spec/scenarios/table/single-column-with-header.adoc
620
+ - spec/scenarios/table/single-column-with-header.md
621
+ - spec/scenarios/table/single-column-without-header.adoc
622
+ - spec/scenarios/table/single-column-without-header.md
623
+ - spec/scenarios/table/with-header.adoc
624
+ - spec/scenarios/table/with-header.md
625
+ - spec/scenarios/table/without-header.adoc
626
+ - spec/scenarios/table/without-header.md
627
+ - spec/scenarios/text/caret.adoc
628
+ - spec/scenarios/text/caret.md
629
+ - spec/scenarios/text/lte.adoc
630
+ - spec/scenarios/text/lte.md
631
+ - spec/scenarios/text/plus-plus.adoc
632
+ - spec/scenarios/text/plus-plus.md
633
+ - spec/scenarios/text/typographic_sym/apostrophe.adoc
634
+ - spec/scenarios/text/typographic_sym/apostrophe.md
635
+ - spec/scenarios/text/typographic_sym/double-quotes.adoc
636
+ - spec/scenarios/text/typographic_sym/double-quotes.md
637
+ - spec/scenarios/text/typographic_sym/ellipsis.adoc
638
+ - spec/scenarios/text/typographic_sym/ellipsis.md
639
+ - spec/scenarios/text/typographic_sym/mdash.adoc
640
+ - spec/scenarios/text/typographic_sym/mdash.md
641
+ - spec/scenarios/text/typographic_sym/ndash.adoc
642
+ - spec/scenarios/text/typographic_sym/ndash.md
643
+ - spec/scenarios/text/typographic_sym/single-quotes.adoc
644
+ - spec/scenarios/text/typographic_sym/single-quotes.md
645
+ - spec/scenarios/trailing_space.adoc
646
+ - spec/scenarios/trailing_space.md
647
+ - spec/scenarios/typographic_sym/ellipsis.adoc
648
+ - spec/scenarios/typographic_sym/ellipsis.md
649
+ - spec/scenarios/typographic_sym/mdash.adoc
650
+ - spec/scenarios/typographic_sym/mdash.md
651
+ - spec/scenarios/typographic_sym/ndash.adoc
652
+ - spec/scenarios/typographic_sym/ndash.md
653
+ - spec/scenarios/ul/blockquote.adoc
654
+ - spec/scenarios/ul/blockquote.md
655
+ - spec/scenarios/ul/compound-nested.adoc
656
+ - spec/scenarios/ul/compound-nested.md
657
+ - spec/scenarios/ul/compound-separated.adoc
658
+ - spec/scenarios/ul/compound-separated.md
659
+ - spec/scenarios/ul/compound.adoc
660
+ - spec/scenarios/ul/compound.md
661
+ - spec/scenarios/ul/formatted.adoc
662
+ - spec/scenarios/ul/formatted.md
663
+ - spec/scenarios/ul/nested-separated.adoc
664
+ - spec/scenarios/ul/nested-separated.md
665
+ - spec/scenarios/ul/nested.adoc
666
+ - spec/scenarios/ul/nested.md
667
+ - spec/scenarios/ul/simple-separated.adoc
668
+ - spec/scenarios/ul/simple-separated.md
669
+ - spec/scenarios/ul/simple.adoc
670
+ - spec/scenarios/ul/simple.md
671
+ - spec/scenarios/xml_comment/above-header.adoc
672
+ - spec/scenarios/xml_comment/above-header.md
673
+ - spec/scenarios/xml_comment/at-start-of-line.adoc
674
+ - spec/scenarios/xml_comment/at-start-of-line.md
675
+ - spec/scenarios/xml_comment/block.adoc
676
+ - spec/scenarios/xml_comment/block.md
677
+ - spec/scenarios/xml_comment/line-offset-by-space.adoc
678
+ - spec/scenarios/xml_comment/line-offset-by-space.md
679
+ - spec/scenarios/xml_comment/line.adoc
680
+ - spec/scenarios/xml_comment/line.md
681
+ - spec/scenarios/xml_comment/list-separator.adoc
682
+ - spec/scenarios/xml_comment/list-separator.md
683
+ - spec/scenarios/xml_comment/mixed.adoc
684
+ - spec/scenarios/xml_comment/mixed.md
685
+ - spec/scenarios/xml_comment/multiline-span.adoc
686
+ - spec/scenarios/xml_comment/multiline-span.md
687
+ - spec/scenarios/xml_comment/styled.adoc
688
+ - spec/scenarios/xml_comment/styled.md
597
689
  - spec/spec_helper.rb