asciidoctor 1.5.3 → 1.5.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of asciidoctor might be problematic. Click here for more details.

Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.adoc +67 -5
  3. data/CONTRIBUTING.adoc +171 -0
  4. data/LICENSE.adoc +1 -1
  5. data/README.adoc +62 -30
  6. data/bin/asciidoctor +3 -3
  7. data/bin/asciidoctor-safe +8 -5
  8. data/lib/asciidoctor.rb +10 -21
  9. data/lib/asciidoctor/abstract_block.rb +29 -11
  10. data/lib/asciidoctor/abstract_node.rb +11 -6
  11. data/lib/asciidoctor/callouts.rb +6 -10
  12. data/lib/asciidoctor/cli/options.rb +2 -2
  13. data/lib/asciidoctor/converter.rb +1 -1
  14. data/lib/asciidoctor/converter/docbook5.rb +46 -23
  15. data/lib/asciidoctor/converter/factory.rb +3 -3
  16. data/lib/asciidoctor/converter/html5.rb +27 -24
  17. data/lib/asciidoctor/converter/manpage.rb +72 -61
  18. data/lib/asciidoctor/converter/template.rb +5 -9
  19. data/lib/asciidoctor/document.rb +18 -18
  20. data/lib/asciidoctor/extensions.rb +5 -5
  21. data/lib/asciidoctor/helpers.rb +2 -2
  22. data/lib/asciidoctor/inline.rb +2 -2
  23. data/lib/asciidoctor/parser.rb +59 -59
  24. data/lib/asciidoctor/path_resolver.rb +23 -15
  25. data/lib/asciidoctor/reader.rb +34 -29
  26. data/lib/asciidoctor/section.rb +6 -8
  27. data/lib/asciidoctor/substitutors.rb +2 -2
  28. data/lib/asciidoctor/table.rb +46 -23
  29. data/lib/asciidoctor/version.rb +1 -1
  30. data/man/asciidoctor.1 +11 -11
  31. data/man/asciidoctor.adoc +2 -2
  32. data/test/attributes_test.rb +21 -37
  33. data/test/blocks_test.rb +41 -14
  34. data/test/converter_test.rb +4 -4
  35. data/test/document_test.rb +61 -8
  36. data/test/extensions_test.rb +2 -2
  37. data/test/invoker_test.rb +3 -3
  38. data/test/links_test.rb +13 -3
  39. data/test/lists_test.rb +114 -114
  40. data/test/manpage_test.rb +203 -0
  41. data/test/paragraphs_test.rb +3 -3
  42. data/test/parser_test.rb +4 -4
  43. data/test/preamble_test.rb +1 -1
  44. data/test/reader_test.rb +149 -109
  45. data/test/sections_test.rb +137 -27
  46. data/test/substitutions_test.rb +24 -16
  47. data/test/tables_test.rb +183 -31
  48. data/test/test_helper.rb +10 -22
  49. metadata +9 -6
  50. data/compat/asciidoc.conf +0 -395
  51. data/compat/font-awesome-3-compat.css +0 -397
@@ -1,397 +0,0 @@
1
- .fa-envelope-alt:before {
2
- content: "\f003";
3
- }
4
- .fa-star-empty:before {
5
- content: "\f006";
6
- }
7
- .fa-ok:before {
8
- content: "\f00c";
9
- }
10
- .fa-remove:before {
11
- content: "\f00d";
12
- }
13
- .fa-zoom-in:before {
14
- content: "\f00e";
15
- }
16
- .fa-zoom-out:before {
17
- content: "\f010";
18
- }
19
- .fa-off:before {
20
- content: "\f011";
21
- }
22
- .fa-trash:before {
23
- content: "\f014";
24
- }
25
- .fa-file-alt:before {
26
- content: "\f016";
27
- }
28
- .fa-time:before {
29
- content: "\f017";
30
- }
31
- .fa-download-alt:before {
32
- content: "\f019";
33
- }
34
- .fa-download-alt:before {
35
- content: "\f01a";
36
- }
37
- .fa-upload-alt:before {
38
- content: "\f01b";
39
- }
40
- .fa-play-sign:before {
41
- content: "\f01d";
42
- }
43
- .fa-indent-right-left:before {
44
- content: "\f03b";
45
- }
46
- .fa-indent-right:before {
47
- content: "\f03c";
48
- }
49
- .fa-facetime-video:before {
50
- content: "\f03d";
51
- }
52
- .fa-picture:before {
53
- content: "\f03e";
54
- }
55
- .fa-edit-sign-o:before {
56
- content: "\f044";
57
- }
58
- .fa-share-alt-square-o:before {
59
- content: "\f045";
60
- }
61
- .fa-ok-sign-o:before {
62
- content: "\f046";
63
- }
64
- .fa-move:before {
65
- content: "\f047";
66
- }
67
- .fa-plus-sign:before {
68
- content: "\f055";
69
- }
70
- .fa-minus-sign:before {
71
- content: "\f056";
72
- }
73
- .fa-remove-sign:before {
74
- content: "\f057";
75
- }
76
- .fa-ok-sign:before {
77
- content: "\f058";
78
- }
79
- .fa-question-sign:before {
80
- content: "\f059";
81
- }
82
- .fa-info-sign:before {
83
- content: "\f05a";
84
- }
85
- .fa-screenshot:before {
86
- content: "\f05b";
87
- }
88
- .fa-remove-circle:before {
89
- content: "\f05c";
90
- }
91
- .fa-ok-circle:before {
92
- content: "\f05d";
93
- }
94
- .fa-ban-circle:before {
95
- content: "\f05e";
96
- }
97
- .fa-share-alt:before {
98
- content: "\f064";
99
- }
100
- .fa-resize-full:before {
101
- content: "\f065";
102
- }
103
- .fa-resize-small:before {
104
- content: "\f066";
105
- }
106
- .fa-exclamation-sign:before {
107
- content: "\f06a";
108
- }
109
- .fa-eye-open:before {
110
- content: "\f06e";
111
- }
112
- .fa-eye-open-close:before {
113
- content: "\f070";
114
- }
115
- .fa-warning-sign:before {
116
- content: "\f071";
117
- }
118
- .fa-folder-close:before {
119
- content: "\f07b";
120
- }
121
- .fa-folder-close-close-altpen:before {
122
- content: "\f07c";
123
- }
124
- .fa-move-v:before {
125
- content: "\f07d";
126
- }
127
- .fa-move-h:before {
128
- content: "\f07e";
129
- }
130
- .fa-bar-chart:before {
131
- content: "\f080";
132
- }
133
- .fa-twitter-sign:before {
134
- content: "\f081";
135
- }
136
- .fa-facebook-sign:before {
137
- content: "\f082";
138
- }
139
- .fa-thumbs-up-alt:before {
140
- content: "\f087";
141
- }
142
- .fa-thumbs-down-alt:before {
143
- content: "\f088";
144
- }
145
- .fa-heart-empty:before {
146
- content: "\f08a";
147
- }
148
- .fa-signout:before {
149
- content: "\f08b";
150
- }
151
- .fa-linkedin-sign:before {
152
- content: "\f08c";
153
- }
154
- .fa-pushpin:before {
155
- content: "\f08d";
156
- }
157
- .fa-signin:before {
158
- content: "\f090";
159
- }
160
- .fa-github-sign:before {
161
- content: "\f092";
162
- }
163
- .fa-upload-alt:before {
164
- content: "\f093";
165
- }
166
- .fa-lemon:before {
167
- content: "\f094";
168
- }
169
- .fa-ok-empty:before {
170
- content: "\f096";
171
- }
172
- .fa-bookmark-empty:before {
173
- content: "\f097";
174
- }
175
- .fa-phone-sign:before {
176
- content: "\f098";
177
- }
178
- .fa-hdd:before {
179
- content: "\f0a0";
180
- }
181
- .fa-bell-alt:before {
182
- content: "\f0f3";
183
- }
184
- .fa-hand-right:before {
185
- content: "\f0a4";
186
- }
187
- .fa-hand-left:before {
188
- content: "\f0a5";
189
- }
190
- .fa-hand-up:before {
191
- content: "\f0a6";
192
- }
193
- .fa-hand-down:before {
194
- content: "\f0a7";
195
- }
196
- .fa-circle-arrow-left:before {
197
- content: "\f0a8";
198
- }
199
- .fa-circle-arrow-right:before {
200
- content: "\f0a9";
201
- }
202
- .fa-circle-arrow-up:before {
203
- content: "\f0aa";
204
- }
205
- .fa-circle-arrow-down:before {
206
- content: "\f0ab";
207
- }
208
- .fa-fullscreen:before {
209
- content: "\f0b2";
210
- }
211
- .fa-group:before {
212
- content: "\f0c0";
213
- }
214
- .fa-beaker:before {
215
- content: "\f0c3";
216
- }
217
- .fa-paper-clip:before {
218
- content: "\f0c6";
219
- }
220
- .fa-sign-blank:before {
221
- content: "\f0c8";
222
- }
223
- .fa-pinterest-sign:before {
224
- content: "\f0d3";
225
- }
226
- .fa-google-plus-sign:before {
227
- content: "\f0d4";
228
- }
229
- .fa-comment-alt:before {
230
- content: "\f0e5";
231
- }
232
- .fa-comments-alt:before {
233
- content: "\f0e6";
234
- }
235
- .fa-lightbulb:before {
236
- content: "\f0eb";
237
- }
238
- .fa-bell-alt:before {
239
- content: "\f0a2";
240
- }
241
- .fa-food:before {
242
- content: "\f0f5";
243
- }
244
- .fa-file-text-alt:before {
245
- content: "\f0f6";
246
- }
247
- .fa-building:before {
248
- content: "\f0f7";
249
- }
250
- .fa-hospital:before {
251
- content: "\f0f8";
252
- }
253
- .fa-h-sign:before {
254
- content: "\f0fd";
255
- }
256
- .fa-plus-sign-alt:before {
257
- content: "\f0fe";
258
- }
259
- .fa-double-angle-left:before {
260
- content: "\f100";
261
- }
262
- .fa-double-angle-right:before {
263
- content: "\f101";
264
- }
265
- .fa-double-angle-up:before {
266
- content: "\f102";
267
- }
268
- .fa-double-angle-down:before {
269
- content: "\f103";
270
- }
271
- .fa-circle-blank:before {
272
- content: "\f10c";
273
- }
274
- .fa-folder-close-close-alt:before {
275
- content: "\f114";
276
- }
277
- .fa-folder-close-close-altpen-o:before {
278
- content: "\f115";
279
- }
280
- .fa-smile:before {
281
- content: "\f118";
282
- }
283
- .fa-frown:before {
284
- content: "\f119";
285
- }
286
- .fa-meh:before {
287
- content: "\f11a";
288
- }
289
- .fa-keyboard:before {
290
- content: "\f11c";
291
- }
292
- .fa-flag-alt:before {
293
- content: "\f11d";
294
- }
295
- .fa-microphone-off:before {
296
- content: "\f131";
297
- }
298
- .fa-calendar-empty:before {
299
- content: "\f133";
300
- }
301
- .fa-chevron-sign-left:before {
302
- content: "\f137";
303
- }
304
- .fa-chevron-sign-right:before {
305
- content: "\f138";
306
- }
307
- .fa-chevron-sign-up:before {
308
- content: "\f139";
309
- }
310
- .fa-chevron-sign-down:before {
311
- content: "\f13a";
312
- }
313
- .fa-ellipsis-horizontal:before {
314
- content: "\f141";
315
- }
316
- .fa-ellipsis-vertical:before {
317
- content: "\f142";
318
- }
319
- .fa-rss-sign:before {
320
- content: "\f143";
321
- }
322
- .fa-play-sign:before {
323
- content: "\f144";
324
- }
325
- .fa-minus-sign-alt:before {
326
- content: "\f146";
327
- }
328
- .fa-ok-minus:before {
329
- content: "\f147";
330
- }
331
- .fa-ok-sign:before {
332
- content: "\f14a";
333
- }
334
- .fa-edit-sign:before {
335
- content: "\f14b";
336
- }
337
- .fa-external-link-sign:before {
338
- content: "\f14c";
339
- }
340
- .fa-share-alt-square:before {
341
- content: "\f14d";
342
- }
343
- .fa-collapse:before {
344
- content: "\f150";
345
- }
346
- .fa-collapse-top:before {
347
- content: "\f151";
348
- }
349
- .fa-resize-full:before {
350
- content: "\f152";
351
- }
352
- .fa-cnyle:before,
353
- .fa-cny:before {
354
- content: "\f158";
355
- }
356
- .fa-sort-by-alphabet:before {
357
- content: "\f15d";
358
- }
359
- .fa-sort-by-alphabet-alt:before {
360
- content: "\f15e";
361
- }
362
- .fa-sort-by-attributes:before {
363
- content: "\f160";
364
- }
365
- .fa-sort-by-attributes-alt:before {
366
- content: "\f161";
367
- }
368
- .fa-sort-by-order:before {
369
- content: "\f162";
370
- }
371
- .fa-sort-by-order-alt:before {
372
- content: "\f163";
373
- }
374
- .fa-youtube-sign:before {
375
- content: "\f166";
376
- }
377
- .fa-xing-sign:before {
378
- content: "\f169";
379
- }
380
- .fa-stackexchange:before {
381
- content: "\f16c";
382
- }
383
- .fa-bitbucket-sign:before {
384
- content: "\f172";
385
- }
386
- .fa-tumblr-sign:before {
387
- content: "\f174";
388
- }
389
- .fa-sun:before {
390
- content: "\f185";
391
- }
392
- .fa-moon:before {
393
- content: "\f186";
394
- }
395
- .fa-expand-alt:before {
396
- content: "\f196";
397
- }