asciidoctor 2.0.10 → 2.0.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.adoc +294 -30
- data/LICENSE +1 -1
- data/README-de.adoc +16 -20
- data/README-fr.adoc +15 -22
- data/README-jp.adoc +15 -26
- data/README-zh_CN.adoc +21 -25
- data/README.adoc +161 -138
- data/asciidoctor.gemspec +6 -13
- data/data/locale/attributes-ar.adoc +4 -3
- data/data/locale/attributes-be.adoc +23 -0
- data/data/locale/attributes-bg.adoc +4 -3
- data/data/locale/attributes-ca.adoc +6 -5
- data/data/locale/attributes-cs.adoc +4 -3
- data/data/locale/attributes-da.adoc +6 -5
- data/data/locale/attributes-de.adoc +4 -4
- data/data/locale/attributes-en.adoc +4 -4
- data/data/locale/attributes-es.adoc +6 -5
- data/data/locale/attributes-fa.adoc +4 -3
- data/data/locale/attributes-fi.adoc +4 -3
- data/data/locale/attributes-fr.adoc +8 -7
- data/data/locale/attributes-hu.adoc +4 -3
- data/data/locale/attributes-id.adoc +4 -3
- data/data/locale/attributes-it.adoc +6 -5
- data/data/locale/attributes-ja.adoc +4 -3
- data/data/locale/{attributes-kr.adoc → attributes-ko.adoc} +4 -3
- data/data/locale/attributes-nb.adoc +4 -3
- data/data/locale/attributes-nl.adoc +6 -5
- data/data/locale/attributes-nn.adoc +4 -3
- data/data/locale/attributes-pl.adoc +8 -7
- data/data/locale/attributes-pt.adoc +6 -5
- data/data/locale/attributes-pt_BR.adoc +6 -5
- data/data/locale/attributes-ro.adoc +4 -3
- data/data/locale/attributes-ru.adoc +6 -5
- data/data/locale/attributes-sr.adoc +4 -4
- data/data/locale/attributes-sr_Latn.adoc +4 -4
- data/data/locale/attributes-sv.adoc +4 -4
- data/data/locale/attributes-th.adoc +23 -0
- data/data/locale/attributes-tr.adoc +4 -3
- data/data/locale/attributes-uk.adoc +6 -5
- data/data/locale/attributes-vi.adoc +23 -0
- data/data/locale/attributes-zh_CN.adoc +4 -3
- data/data/locale/attributes-zh_TW.adoc +4 -3
- data/data/reference/syntax.adoc +14 -7
- data/data/stylesheets/asciidoctor-default.css +76 -76
- data/data/stylesheets/coderay-asciidoctor.css +9 -9
- data/lib/asciidoctor/abstract_block.rb +20 -13
- data/lib/asciidoctor/abstract_node.rb +23 -12
- data/lib/asciidoctor/attribute_list.rb +64 -72
- data/lib/asciidoctor/block.rb +6 -6
- data/lib/asciidoctor/cli/invoker.rb +3 -2
- data/lib/asciidoctor/cli/options.rb +32 -31
- data/lib/asciidoctor/convert.rb +168 -162
- data/lib/asciidoctor/converter/docbook5.rb +49 -34
- data/lib/asciidoctor/converter/html5.rb +180 -139
- data/lib/asciidoctor/converter/manpage.rb +118 -90
- data/lib/asciidoctor/converter/template.rb +15 -13
- data/lib/asciidoctor/converter.rb +19 -16
- data/lib/asciidoctor/core_ext/hash/merge.rb +1 -1
- data/lib/asciidoctor/document.rb +77 -86
- data/lib/asciidoctor/extensions.rb +22 -16
- data/lib/asciidoctor/helpers.rb +20 -15
- data/lib/asciidoctor/list.rb +2 -6
- data/lib/asciidoctor/load.rb +103 -101
- data/lib/asciidoctor/logging.rb +10 -8
- data/lib/asciidoctor/parser.rb +211 -220
- data/lib/asciidoctor/path_resolver.rb +17 -15
- data/lib/asciidoctor/reader.rb +87 -79
- data/lib/asciidoctor/rx.rb +9 -7
- data/lib/asciidoctor/section.rb +7 -0
- data/lib/asciidoctor/substitutors.rb +167 -148
- data/lib/asciidoctor/syntax_highlighter/coderay.rb +3 -2
- data/lib/asciidoctor/syntax_highlighter/highlightjs.rb +13 -5
- data/lib/asciidoctor/syntax_highlighter/prettify.rb +7 -4
- data/lib/asciidoctor/syntax_highlighter/pygments.rb +19 -11
- data/lib/asciidoctor/syntax_highlighter/rouge.rb +35 -20
- data/lib/asciidoctor/syntax_highlighter.rb +16 -16
- data/lib/asciidoctor/table.rb +70 -43
- data/lib/asciidoctor/timings.rb +3 -3
- data/lib/asciidoctor/version.rb +1 -1
- data/lib/asciidoctor.rb +45 -19
- data/man/asciidoctor.1 +29 -31
- data/man/asciidoctor.adoc +35 -29
- metadata +17 -70
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c33baadb7f5d28211bbb55b0b2b002159d57d483d35d17fe1b11d72dd4389e53
|
4
|
+
data.tar.gz: db81a673d28035c721612ab1c4f9d23e005a824384ac0ba1b1983e9e817d44e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1fae45fddd3696607f9337f35222ecfad106aa295d2f328b54af5c21404ddb0c59baf6424b180bf46e4fed36fa28a6042f2d90310bb8acea01da4790a80ba3f
|
7
|
+
data.tar.gz: 0d65fb85055130df297d9ed12a63d68d03d5876c5b09f84d052396e793dada3a9406217969ac6574a3404b62113fb3afa7da235f6692ef2c1651904ecba00c71
|
data/CHANGELOG.adoc
CHANGED
@@ -11,9 +11,268 @@ endif::[]
|
|
11
11
|
{uri-asciidoctor}[Asciidoctor] is a _fast_, open source text processor and publishing toolchain for converting {uri-asciidoc}[AsciiDoc] content into HTML 5, DocBook 5, and other formats.
|
12
12
|
|
13
13
|
This document provides a high-level view of the changes introduced in Asciidoctor by release.
|
14
|
-
For
|
14
|
+
For an even more detailed look at what has changed, refer to the {uri-repo}/commits/[commit history] on GitHub.
|
15
|
+
|
16
|
+
This project utilizes semantic versioning.
|
15
17
|
|
16
18
|
// tag::compact[]
|
19
|
+
== 2.0.17 (2022-01-05) - @mojavelinux
|
20
|
+
|
21
|
+
Bug Fixes::
|
22
|
+
|
23
|
+
* Don't crash if process method for custom block returns an abstract block with context `:compound` that isn't of type `Block` (e.g., a list)
|
24
|
+
* Ignore return value of process method for custom block or block macro if value matches parent argument
|
25
|
+
* Remove unnamespaced selectors in Pygments stylesheet
|
26
|
+
* Normalize output from Pygments to use `linenos` class for inline line numbering and trim space after number; update default stylesheet accordingly
|
27
|
+
* Change `AbstractBlock#sections?` to return false when called on block that isn't a Section or Document (PR #3591) *@mogztter*
|
28
|
+
* Hide built-in marker on HTML summary element in Safari when using default stylesheet (#4162)
|
29
|
+
* Hide outline around HTML summary when activated in Safari (#4162)
|
30
|
+
* Include primary video in value of `playlist` attribute when embeddding YouTube video (#4156)
|
31
|
+
* Honor stripes=none on nested table (#4165)
|
32
|
+
* Update default stylesheet to fix spacing around empty list item (#4184)
|
33
|
+
* Honor `:header_only` option when parsing document with manpage doctype (#4192)
|
34
|
+
* Use numeric character reference for closing square bracket around alt text of icon
|
35
|
+
* Process author or authors document attribute in document header when implicit doctitle is absent (#4206)
|
36
|
+
* Patch open-uri-cached gem to work with Ruby 3.1 (update: drop patch now that open-uri-cached has been fixed) (#4227)
|
37
|
+
|
38
|
+
Improvements::
|
39
|
+
|
40
|
+
* Prevent line numbers on source blocks in HTML output from being selected (applies to pygments and coderay) (#4128)
|
41
|
+
* Allow hash to be specified for Vimeo video either in video ID or using `hash` attribute (#4176)
|
42
|
+
* Remove unnecessary specificity in default stylesheet for styling p element inside list item
|
43
|
+
* Remove obsolete gist embed styles from default stylesheet
|
44
|
+
* Allow `--failure-level` to be set to default value, `FATAL`
|
45
|
+
* Sort levels in help for `--failure-level` option in ascending order
|
46
|
+
* Invert FR translations for caution & warning admonition labels (#4212) (*cyChop*)
|
47
|
+
* Add tests for open-uri-cached integration that is activated by the `cache-uri` attribute
|
48
|
+
* Don't warn if negated tag is not found in include file (#4230)
|
49
|
+
|
50
|
+
Documentation::
|
51
|
+
|
52
|
+
* Document how to extend an existing converter or create a new converter (#4136)
|
53
|
+
* Document the syntax topic of the `--help` CLI option (#4175)
|
54
|
+
* Document how to uninstall the Asciidoctor gem (#4154)
|
55
|
+
* Document how to enable and use the sourcemap (the `:sourcemap` option)
|
56
|
+
* Document how to catalog additional assets (the `:catalog_assets` option)
|
57
|
+
|
58
|
+
// end::compact[]
|
59
|
+
== 2.0.16 (2021-08-03) - @mojavelinux
|
60
|
+
|
61
|
+
Bug Fixes::
|
62
|
+
|
63
|
+
* Include all lines outside of specified tagged region when tag filter on include directive is a single negated tag (#4048)
|
64
|
+
* Only interpret negated wildcard in tag filter on include directive as implicit globstar if it precedes other tags (#4086)
|
65
|
+
* Change ifeval directive to resolve to false if comparison operation cannot be performed (#4046)
|
66
|
+
* Don't crash if `:to_file` option is passed to `load` or `load_file` and value is not a string (#4055)
|
67
|
+
* Use automatic link text if ID in shorthand xref is followed by dangling comma (e.g., `+<<idname,>>+`)
|
68
|
+
* Update default stylesheet to indent blocks attached to list item in checklist (#2550)
|
69
|
+
* Update default stylesheet to re-enable styling of implicit lead role on first paragraph of preamble inside AsciiDoc table cell
|
70
|
+
* Update default stylesheet to fix conflict between text decoration and bottom border on abbr[title] element
|
71
|
+
* Change invalid font family "sans" in default stylesheet to "sans-serif"
|
72
|
+
* Fix missing automatic reftext for internal xrefs in manpage output (#4110)
|
73
|
+
* Replace numeric character reference for plus in manpage output (#4059)
|
74
|
+
* Replace numeric character reference for degree sign in manpage output (#4059)
|
75
|
+
* Convert apostrophe to the portable `+\*(Aq+` variable instead of the groff-specific escape `\(aq` (#4060) (*@felipec*)
|
76
|
+
* Document the `-e, --embedded` option flag in the man page, which replaces the outdated `-e, --eruby` option flag
|
77
|
+
|
78
|
+
Improvements::
|
79
|
+
|
80
|
+
* Use queue to iterate over lines in reader instead of stack (#4106)
|
81
|
+
* Uppercase automatic reftext for level-2 section titles in manpage output if reftext matches section title (#4110)
|
82
|
+
* Show safe modes in strictness order in CLI help (#4065)
|
83
|
+
* Remove redundant styles from the default stylesheet
|
84
|
+
* Update font styles for summary element in default stylesheet to match font styles of paragraph (#4114)
|
85
|
+
* Update default stylesheet to indent content of details element (#4116)
|
86
|
+
* Update default stylesheet to use custom marker for summary element to make appearance consistent (#4116)
|
87
|
+
* Add Vietnamese translation of built-in attributes (PR #4066) (*@nguyenhoa93*)
|
88
|
+
* Add Thai translation of built-in attributes (PR #4113) (*@ammaneena*)
|
89
|
+
|
90
|
+
Build / Infrastructure::
|
91
|
+
|
92
|
+
* Import source of default stylesheet into this repository; use PostCSS with cssnano to minify (#4062)
|
93
|
+
* Use autoprefixer to manage browser prefixes in default stylesheet (#4118)
|
94
|
+
|
95
|
+
== 2.0.15 (2021-04-27) - @mojavelinux
|
96
|
+
|
97
|
+
Bug Fixes::
|
98
|
+
|
99
|
+
* Don't include trailing period, question mark, or exclamation point in target (URL) of autolink (#3860)
|
100
|
+
* Don't assign nil value to named attribute mapped to absent positional attribute when parsing attrlist (#4033)
|
101
|
+
* Remove leading and trailing spaces around role on inline phrase (#4035)
|
102
|
+
* Ignore empty role on inline phrase defined using legacy syntax and followed by comma (#4035)
|
103
|
+
* Use xreftext on document as fallback link text in HTML output for inter-document xref that resolves to current document when no link text is provided (#4032)
|
104
|
+
* Use xreftext on document as fallback link text in HTML output for internal xref with empty fragment when no link text is provided (#4032)
|
105
|
+
* Use document ID as linkend in DocBook output for internal xref with empty fragment; auto-generating one if necessary (#4032)
|
106
|
+
|
107
|
+
Improvements::
|
108
|
+
|
109
|
+
* Format keyboard references in monospace in manpage output
|
110
|
+
|
111
|
+
Build / Infrastructure::
|
112
|
+
|
113
|
+
* Get remaining invoker tests working on JRuby 9.1 for Windows
|
114
|
+
|
115
|
+
== 2.0.14 (2021-04-19) - @mojavelinux
|
116
|
+
|
117
|
+
Bug Fixes::
|
118
|
+
|
119
|
+
* Don't allow AsciiDoc table cell to set document attribute that was unset from the API (exceptions include: `compat-mode`, `toc`, `showtitle`, and `notitle`) (#4017)
|
120
|
+
* Ensure default document attributes unset in parent document remain unset in AsciiDoc table cell (#2586)
|
121
|
+
* Allow the `showtitle` / `notitle` attribute to be toggled in an AsciiDoc table cell if set or unset in parent document (#4018)
|
122
|
+
* Ensure mtime of input file honors TZ environment variable on JRuby for Windows (affects value of `docdatetime` attribute) (#3550)
|
123
|
+
* Honor caption attribute on blocks that support captioned title even if corresponding `*-caption` document attribute (e.g., `example-caption`) is not set (#4023)
|
124
|
+
* Suppress missing attribute warning when applying substitutions to implicit document title for assignment to intrinsic `doctitle` attribute (#4024)
|
125
|
+
* Increment counter (but not the corresponding attribute) if attribute is locked (#4013)
|
126
|
+
|
127
|
+
Improvements::
|
128
|
+
|
129
|
+
* Use attribute, if set, as seed value for counter even if not already registered as a counter (#4014)
|
130
|
+
* Allow subs attribute value on Inline node returned by process method for custom inline macro to be a String (#3938)
|
131
|
+
* Allow value of `user-home` attribute to be overridden by API or CLI (#3732)
|
132
|
+
|
133
|
+
Build / Infrastructure::
|
134
|
+
|
135
|
+
* Run tests on JRuby for Windows (#3550)
|
136
|
+
|
137
|
+
== 2.0.13 (2021-04-10) - @mojavelinux
|
138
|
+
|
139
|
+
Bug Fixes::
|
140
|
+
|
141
|
+
* Rollback change for #3470, which added logic to remove leading and trailing empty lines in an AsciiDoc include file; instead skip empty lines before processing document header (#3997)
|
142
|
+
* Don't allow `counter` and `counter2` attribute directives to override locked attributes (#3939) (*@mogztter*)
|
143
|
+
* Fix crash when resolving next value in sequence for counter with non-numeric value (#3940)
|
144
|
+
* Honor list of tags following negated wildcard on include directive (#3932)
|
145
|
+
* Update default stylesheet to remove dash in front of cite on nested quote block (#3847)
|
146
|
+
* Don't mangle formatting macros when uppercasing section titles in man page output (#3892)
|
147
|
+
* Don't escape hyphen in `manname` in man page output
|
148
|
+
* Remove extra `.sp` line before content of verse block in man page output
|
149
|
+
* Fix layout of footnotes in man page output (#3989)
|
150
|
+
* Fix formatting of footnote text with URL in man page output (#3988)
|
151
|
+
* Remove redundant trailing space on URL followed by non-adjacent text in man page output (#4004)
|
152
|
+
* Use `.bp` macro at location of page break in man page output (#3992)
|
153
|
+
|
154
|
+
Improvements::
|
155
|
+
|
156
|
+
* Extract method to create lexer and formatter in Rouge adapter (#3953) (*@Oblomov*)
|
157
|
+
* Add support for pygments.rb 2.x (#3969) (*@slonopotamus*)
|
158
|
+
* Allow `NullLogger` to be enabled by setting the `:logger` option to a falsy value (#3982)
|
159
|
+
* Substitute attributes in manpurpose part of NAME section in manpage doctype (#4000)
|
160
|
+
* Output all mannames in name section of HTML output for manpage doctype (#3757)
|
161
|
+
|
162
|
+
Build / Infrastructure::
|
163
|
+
|
164
|
+
* Enable running tests as root (PR #3874) (*@mikemckiernan*)
|
165
|
+
* Run tests against both pygments.rb 1.x and 2.x (#3969) (*@slonopotamus*)
|
166
|
+
* Speed up CI by using Bundler cache (PR #3901) (*@slonopotamus*)
|
167
|
+
|
168
|
+
Documentation::
|
169
|
+
|
170
|
+
* Import documentation for processor into this repository (#3861) (*@graphitefriction*)
|
171
|
+
* Add Belarusian translation of built-in attributes (PR #3928) (*@morganov*)
|
172
|
+
|
173
|
+
== 2.0.12 (2020-11-10) - @mojavelinux
|
174
|
+
|
175
|
+
Bug Fixes::
|
176
|
+
|
177
|
+
* Set type and target property on unresolved footnote reference and unset id property (fixes regression) (#3825)
|
178
|
+
* Fix crash when inlining an SVG if the explicit width or height value on the image node is not a string (#3829)
|
179
|
+
* Reset word wrap behavior to normal on tables, then re-enable again for admonition content, horizontal dlist description, and AsciiDoc table cells (#3833)
|
180
|
+
|
181
|
+
Improvements::
|
182
|
+
|
183
|
+
* Pass through role to DocBook output for inline image (#3832)
|
184
|
+
|
185
|
+
Compliance::
|
186
|
+
|
187
|
+
* Defer use of Ruby >= 2.3 constructs to restore compatibility with Ruby 2.0 until at least next minor release (#3827)
|
188
|
+
* Don't append the default px unit identifier to the explicit width or height value when inlining an SVG (#3829)
|
189
|
+
|
190
|
+
Build / Infrastructure::
|
191
|
+
|
192
|
+
* Migrate Linux CI jobs to GitHub Actions (#3837)
|
193
|
+
* Migrate Windows CI jobs to GitHub Actions (#3839)
|
194
|
+
* Run CI job on macOS (#3842)
|
195
|
+
|
196
|
+
== 2.0.11 (2020-11-02) - @mojavelinux
|
197
|
+
|
198
|
+
Bug Fixes::
|
199
|
+
|
200
|
+
* Fix infinite loop when callout list with obsolete syntax is found inside list item (#3472)
|
201
|
+
* Fix infinite loop when xreftext contains a circular reference path in HTML and manpage converters (#3543)
|
202
|
+
* Apply text formatting to table cells in implicit header row when column has the "a" or "l" style (#3760)
|
203
|
+
* Fix errant reference warning for valid reference when running in compat mode (#3555)
|
204
|
+
* Initialize backend traits for converter (if not previously initialized) using assigned basebackend; mimics Asciidoctor < 2 behavior (#3341)
|
205
|
+
* Set source_location on preamble block when sourcemap option is enabled (#3799)
|
206
|
+
* Link the notitle and showtitle attributes so they act as opposites for the same toggle (#3804)
|
207
|
+
* Pass options to constructor of Rouge lexer instead of #lex method; restores compatibility with Rouge >= 3.4 (#3336)
|
208
|
+
* Don't clobber cgi-style options on language when enabling start_inline option on the Rouge PHP lexer (#3336)
|
209
|
+
* Fix parsing of wrapped link and xref text, including when an attrlist signature is detected (#3331)
|
210
|
+
* Restore deprecated writable number property on AbstractBlock
|
211
|
+
* Always use title as xreftext if target block has an empty caption, regardless of xrefstyle value (#3745)
|
212
|
+
* Allow a bibliography reference to be used inside a footnote (#3325)
|
213
|
+
* Fix bottom margin collapsing on AsciiDoc table cell (#3370)
|
214
|
+
* Remove excess hard line break in multi-line AsciiMath blocks (#3407)
|
215
|
+
* Only strip trailing spaces from lines of AsciiDoc include file (#3436)
|
216
|
+
* Remove errant optional flag in regexp for menu macro that breaks Asciidoctor.js (#3433)
|
217
|
+
* Preserve repeating backslashes when generating manpage output (#3456)
|
218
|
+
* Honor percentage width specified on macro of inline SVG (#3464)
|
219
|
+
* Removing leading and trailing blank lines in AsciiDoc include file to match assumption of parser (#3470)
|
220
|
+
* Activate extensions when :extensions option is set even if Extensions API is not yet loaded (#3570)
|
221
|
+
* Don't activate global extensions if :extensions option is false (#3570)
|
222
|
+
* Escape ellipsis at start of line in manpage output (#3645) (*@jnavila*)
|
223
|
+
* Don't register footnote with ID if a footnote is already registered with that ID (#3690)
|
224
|
+
* Honor start attribute on ordered list in manpage output (#3714)
|
225
|
+
* Warn instead of crashing if SVG to inline is empty (#3638) (*@mogztter*)
|
226
|
+
* Compute highlight line ranges on source block relative to value of start attribute (#3519) (*@mogztter*)
|
227
|
+
* Prevent collapsible block from incrementing example number by assigning an empty caption (#3639)
|
228
|
+
* Use custom init function for highlight.js to select the correct `code` elements (#3761)
|
229
|
+
* Fix resolved value of :to_dir when both :to_file and :to_dir options are set to absolute paths (#3778)
|
230
|
+
* Fix crash if value of `stylesheets` attribute contains a folder and the destination directory for the stylesheet does not exist (even when the `:mkdirs` option is set) (#3808)
|
231
|
+
* Fix crash if value passed by API for `copycss` attribute is not a string (#3592)
|
232
|
+
* Restore label in front of each bibliography entry in DocBook output that was dropped by fix for #3085 (#3782)
|
233
|
+
* Apply max width to each top-level container instead of body in HTML output (#3513)
|
234
|
+
* Don't apply border-collapse: separate to HTML for table blocks; fixes double border at boundary of colspan/rowspan (#3793) (*@ahus1*)
|
235
|
+
* Don't remove right border on last table cell in row (#2563)
|
236
|
+
* Rework table borders to leverage border collapsing (apply frame border to table, grid border to cells, and selectively override border on cells to accommodate frame) (#3387)
|
237
|
+
|
238
|
+
Compliance::
|
239
|
+
|
240
|
+
* Account for empty positional attribute when parsing attrlist (#3813)
|
241
|
+
* Add support for muted option to self-hosted video (#3408)
|
242
|
+
* Move style tag for convert-time syntax highlighters (coderay, rouge, pygments) into head (#3462)
|
243
|
+
* Move style tag for client-side syntax highlighters (highlight.js, prettify) into head (#3503)
|
244
|
+
* Define entry point API methods (load, convert, load_file, convert_file) as class methods instead of module_function to avoid conflict with Kernel.load (#3625)
|
245
|
+
* Retain attribute order on HTML code tag for source block to remain consistent with output from 1.5.x (#3786)
|
246
|
+
* Correct language code for Korean language file from kr to ko (#3807) (*@jnavila*)
|
247
|
+
|
248
|
+
Improvements::
|
249
|
+
|
250
|
+
* Apply word wrap (i.e., `word-wrap: anywhere`) to body in default stylesheet (#3544)
|
251
|
+
* Allow `nobreak` and `nowrap` roles to be used on any inline element (#3544)
|
252
|
+
* Add CSS class to support pre-wrap role to preserve leading, trailing, and repeating spaces in phrase (#3815)
|
253
|
+
* Preserve guard around XML-style callout when icons are not enabled (#3319)
|
254
|
+
* Use `.fam C` command to switch font family for verbatim blocks to monospaced text in manpage output (#3561)
|
255
|
+
* Remove redundant test for halign and valign attributes on table cell in DocBook converter
|
256
|
+
* Allow encoding of include file to be specified using encoding attribute (#3248)
|
257
|
+
* Allow template to be used to override outline by only specifying the outline template (#3491)
|
258
|
+
* Upgrade MathJax from 2.7.5 to 2.7.9
|
259
|
+
* Upgrade highlight.js from 9.15.10 to 9.18.3 (note that this increases script size from 48.8 KB to 71.5 KB)
|
260
|
+
* Skip unused default attribute assignments for embedded document
|
261
|
+
* Allow a URL macro to have a preceding single or double quote (#3376)
|
262
|
+
* Add support for erubi template engine; use it in place of erubis in test suite; note the use of erubis is deprecated (#3737)
|
263
|
+
* Download and embed remote custom stylesheet if allow-uri-read is set (#3765)
|
264
|
+
* Remove direction property from default stylesheet (#3753) (*@abdnh*)
|
265
|
+
* remove max width setting on content column for print media in default stylesheet (#3802)
|
266
|
+
* Normalize frame value "topbot" to "ends" in HTML output (consistently use frame-ends class) (#3797)
|
267
|
+
* Add role setter method on AbstractNode (#3614)
|
268
|
+
* Map chapter-signifier and part-signifier attributes in locale attribute files to replace chapter-label and part-label (#3817)
|
269
|
+
|
270
|
+
Build / Infrastructure::
|
271
|
+
|
272
|
+
* Run test suite on TruffleRuby nightly (*@mogztter*, *@erebor*)
|
273
|
+
* Upgrade TruffleRuby to 20.0.0 (*@mogztter*)
|
274
|
+
* Trigger upstream builds for AsciidoctorJ on Github Actions (*@robertpanzer*)
|
275
|
+
|
17
276
|
== 2.0.10 (2019-05-31) - @mojavelinux
|
18
277
|
|
19
278
|
Bug Fixes::
|
@@ -24,7 +283,6 @@ Bug Fixes::
|
|
24
283
|
* fix signature of SyntaxHighlighter#docinfo method (#3300)
|
25
284
|
* when `icons` is set to `image`, enable image icons, but don't use it as the value of the `icontype` attribute (#3308)
|
26
285
|
|
27
|
-
// end::compact[]
|
28
286
|
== 2.0.9 (2019-04-30) - @mojavelinux
|
29
287
|
|
30
288
|
Bug Fixes::
|
@@ -72,7 +330,7 @@ Also see https://github.com/asciidoctor/asciidoctor/milestone/33?closed=1[issues
|
|
72
330
|
|
73
331
|
Bug Fixes::
|
74
332
|
|
75
|
-
* assume implicit AsciiDoc extension on
|
333
|
+
* assume implicit AsciiDoc extension on inter-document xref macro target with no extension (e.g., `document#`); restores 1.5.x behavior (#3231)
|
76
334
|
* don't fail to load application if call to Dir.home fails; use a rescue with fallback values (#3238)
|
77
335
|
* Helpers.rootname should only consider final path segment when dropping file extension
|
78
336
|
|
@@ -148,7 +406,7 @@ Enhancements / Compliance::
|
|
148
406
|
|
149
407
|
* drop support for Ruby < 2.3 and JRuby < 9.1 and remove workarounds (#2764)
|
150
408
|
* drop support for Slim < 3 (#2998)
|
151
|
-
* drop the converter for the docbook45 backend (#3005)
|
409
|
+
* drop the converter for the docbook45 backend from core; moved to https://github.com/asciidoctor/asciidoctor-docbook45 (#3005)
|
152
410
|
* apply substitutions to section and block titles in normal substitution order (#1173)
|
153
411
|
* make syntax highlighter pluggable; extract all logic into adapter classes (#2106)
|
154
412
|
* add syntax highlighter adapter for Rouge (#1040)
|
@@ -185,7 +443,7 @@ Enhancements / Compliance::
|
|
185
443
|
* change default value of third argument to Abstractnode#attr / AbstractNode#attr? to nil so attribute doesn't inherit by default (#3059)
|
186
444
|
* look for table-frame, table-grid, and table-stripes attributes on document as fallback for frame, grid, and stripes attributes on table (#3059)
|
187
445
|
* add support for hover mode for table stripes (stripes=hover) (#3110)
|
188
|
-
* always assume the target of a shorthand
|
446
|
+
* always assume the target of a shorthand inter-document xref is a reference to an AsciiDoc document (source-to-source) (#3021)
|
189
447
|
* if the target of a formal xref macro has a file extension, assume it's a path reference (#3021)
|
190
448
|
* never assume target of a formal xref macro is a path reference unless a file extension or fragment is present (#3021)
|
191
449
|
* encode characters in URI to comply with RFC-3986
|
@@ -206,7 +464,7 @@ Enhancements / Compliance::
|
|
206
464
|
* AbstractBlock#find_by looks inside AsciiDoc table cells if traverse_documents selector option is true (#3101)
|
207
465
|
* AbstractBlock#find_by finds table cells, which can be selected using the :table_cell context in the selector (#2524)
|
208
466
|
* allow ampersand to be used in e-mail address (#2553)
|
209
|
-
*
|
467
|
+
* propagate ID assigned to inline passthrough (#2912)
|
210
468
|
* rename control keywords in find_by to better align with the standard NodeFilter terminology
|
211
469
|
* stop find_by iteration if filter block returns :stop directive
|
212
470
|
* rename header_footer option to standalone (while still honoring header_footer for backwards compatibility) (#1444)
|
@@ -224,6 +482,7 @@ Enhancements / Compliance::
|
|
224
482
|
* require space after semi-colon that separates multiple authors (#2441)
|
225
483
|
* catalog inline anchors at start of callout list items (#2818) (*@owenh000*)
|
226
484
|
* add parse_attributes helper method to base extension Processor class (#2134)
|
485
|
+
* require at least one character in the term position of a description list (#2766)
|
227
486
|
|
228
487
|
Improvements::
|
229
488
|
|
@@ -305,7 +564,7 @@ Bug Fixes::
|
|
305
564
|
Build / Infrastructure::
|
306
565
|
|
307
566
|
* clear SOURCE_DATE_EPOCH env var when testing timezones (PR #2969) (*@aerostitch*)
|
308
|
-
* remove compat folder (removes the AsciiDoc
|
567
|
+
* remove compat folder (removes the AsciiDoc.py config file that provides pseudo-compliance with Asciidoctor and a stylesheet for an old Font Awesome migration)
|
309
568
|
* add Ruby 2.6.0 to build matrix
|
310
569
|
* stop running CI job on unsupported versions of Ruby
|
311
570
|
* exclude test suite, build script, and Gemfile from gem (#3044)
|
@@ -337,6 +596,7 @@ Enhancements::
|
|
337
596
|
* add support for start attribute on source block to set starting line number when converting to DocBook (#2915)
|
338
597
|
* track imagesdir for image on node and in catalog (#2779)
|
339
598
|
* allow starting line number to be set using start attribute when highighting source block with Pygments or CodeRay (#1742)
|
599
|
+
* add intrinsic attribute named `pp` that effectively resolves to `++` (#2807)
|
340
600
|
* upgrade highlight.js to 9.13.1
|
341
601
|
|
342
602
|
Bug Fixes::
|
@@ -421,6 +681,11 @@ Enhancements::
|
|
421
681
|
|
422
682
|
* BREAKING: drop XML tags, character refs, and non-word characters (except hyphen, dot, and space) when auto-generating section IDs (#794)
|
423
683
|
** hyphen, dot, and space are replaced with value of idseparator, if set; otherwise, spaces are dropped
|
684
|
+
* BREAKING: disable inter-document xrefs in compat mode (#2740)
|
685
|
+
* BREAKING: automatically parse attributes in link macro if equals is present, ignoring linkattrs (except in compat mode) (#2059)
|
686
|
+
* pass non-AsciiDoc file extensions in target of xref through unprocessed (#2740)
|
687
|
+
* process any known AsciiDoc file extension in target of shorthand inter-document xref if hash is also present (e.g., `<<target.asciidoc#,text>>`) (#2740)
|
688
|
+
* only allow .adoc to be used in target of formal xref macro to create an inter-document xref (with or without a hash) (#2740)
|
424
689
|
* allow attribute names to contain any word character defined by Unicode (#2376, PR #2393)
|
425
690
|
* do not recognize attribute entry line if name contains a colon (PR #2377)
|
426
691
|
* route all processor messages through a logger instead of using Kernel#warn (#44, PR #2660)
|
@@ -432,9 +697,9 @@ Enhancements::
|
|
432
697
|
* add `--failure-level=LEVEL` option to CLI to force non-zero exit code if specified logging level is reached (#2003, PR #2674)
|
433
698
|
* parse text of xref macro as attributes if attribute signature found (equal sign) (#2381)
|
434
699
|
* allow xrefstyle to be specified per xref by assigning the xrefstyle attribute on the xref macro (#2365)
|
435
|
-
* recognize target with .adoc extension in xref macro as an
|
700
|
+
* recognize target with .adoc extension in xref macro as an inter-document xref
|
436
701
|
* resolve nested includes in remote documents relative to URI (#2506, PR #2511)
|
437
|
-
* allow `relfilesuffix` attribute to control file extension used for
|
702
|
+
* allow `relfilesuffix` attribute to control file extension used for inter-document xrefs (#1273)
|
438
703
|
* support `!name@` (preferred), `!name=@`, `name!@`, and `name!=@` syntax to soft unset attribute from API or CLI (#642, PR #2649)
|
439
704
|
* allow modifier to be placed at end of name to soft set an attribute (e.g., `icons@=font`) (#642, PR #2649)
|
440
705
|
* interpret `false` attribute value defined using API as a soft unset (#642, PR #2649)
|
@@ -460,7 +725,7 @@ Enhancements::
|
|
460
725
|
* register document in catalog if id is set; assign reftext to document attributes if specified in a block attribute line (#2301, PR #2428)
|
461
726
|
* allow automatic width to be applied to individual columns in a table using the special value `~` (#1844)
|
462
727
|
* use the quote element in DocBook converter to represent smart quotes (#2272, PR #2356) (@bk2204)
|
463
|
-
* parse and pass all manpage names to output
|
728
|
+
* parse and pass all manpage names to output (i.e., shadow man pages) (#1811, #2543, PR #2414)
|
464
729
|
* parse credit line of shorthand quote block as block attributes; apply normal subs to credit line in shorthand quote blocks (#1667, PR #2452)
|
465
730
|
* populate copyright element in DocBook output from value of copyright attribute (#2728)
|
466
731
|
* preserve directories if source dir and destination dir are set (#1394, PR #2421)
|
@@ -540,7 +805,6 @@ Improvements / Refactoring::
|
|
540
805
|
* move callouts into document catalog (PR #2394)
|
541
806
|
* document ID defined in block attribute line takes precedence over ID defined inside document title line
|
542
807
|
* don't look for link and window attributes on document when resolving these attributes for an image
|
543
|
-
* when linkattrs is set, only parse attributes in link macro if equals is present
|
544
808
|
* skip line comments in name section of manpage (#2584, PR #2585)
|
545
809
|
* always activate extension registry passed to processor (PR #2379)
|
546
810
|
* skip extension registry activation if no groups are registered (PR #2373)
|
@@ -549,7 +813,7 @@ Improvements / Refactoring::
|
|
549
813
|
* add methods to read results from timings (#2578, PR #2580)
|
550
814
|
* collapse bottom margin of last block in AsciiDoc table cell (#2568, PR #2593)
|
551
815
|
* set authorcount to 0 if there are no authors (#2519, PR #2520)
|
552
|
-
* validate fragment of
|
816
|
+
* validate fragment of inter-document xref that resolves to current doc (#2448, PR #2449)
|
553
817
|
* put id attribute on tag around phrase instead of preceding anchor (#2445, PR #2446)
|
554
818
|
* add .plist extension to XML circumfix comment family (#2430, PR #2431) (*@akosma*)
|
555
819
|
* alias Document#title method to no args Document#doctitle method (#2429, PR #2432)
|
@@ -791,7 +1055,7 @@ Compliance::
|
|
791
1055
|
|
792
1056
|
* retain block content in items of callout list when converting to HTML and man page (#1478)
|
793
1057
|
* only substitute specialchars for content in literal table cells (#1912)
|
794
|
-
* fix operator logic for ifndef directive with multiple attributes (#1983)
|
1058
|
+
* fix operator logic for ifndef directive with multiple attributes to align with behavior of AsciiDoc.py; when attributes are separated by commas, content is only included if none of the attributes listed are set; when attributes are separated by pluses, content is included if at least one of the attributes is not set (#1983)
|
795
1059
|
* only recognize uniform underline for setext section title (#2083)
|
796
1060
|
* don't match headings with mixed leading characters (#2074)
|
797
1061
|
* fix layout break from matching lines it shouldn't
|
@@ -914,10 +1178,10 @@ https://github.com/asciidoctor/asciidoctor/compare/v1.5.5\...v1.5.6[full diff]
|
|
914
1178
|
Enhancements::
|
915
1179
|
|
916
1180
|
* Add preference to limit the maximum size of an attribute value (#1861)
|
917
|
-
* Honor SOURCE_DATE_EPOCH environment variable to
|
1181
|
+
* Honor SOURCE_DATE_EPOCH environment variable to accommodate reproducible builds (#1721) (*@JojoBoulix*)
|
918
1182
|
* Add reversed attribute to ordered list if reversed option is enabled (#1830)
|
919
1183
|
* Add support for additional docinfo locations (e.g., :header)
|
920
|
-
* Configure default stylesheet to break monospace word if exceeds length of line
|
1184
|
+
* Configure default stylesheet to break monospace word if exceeds length of line using `word-wrap: break-word`; add `nobreak` and `nowrap` roles to prevent breaks (#1814)
|
921
1185
|
* Introduce translation file for built-in labels (*@ciampix*)
|
922
1186
|
* Provide translations for built-in labels (*@JmyL* - kr, *@ciampix* - it, *@ivannov* - bg, *@maxandersen* - da, *@radcortez* - pt, *@eddumelendez* - es, *@leathersole* - jp, *@aslakknutsen* - no, *@shahryareiv* - fa, *@AlexanderZobkov* - ru, *@dongwq* - zh, *@rmpestano* - pt_BR, *@ncomet* - fr, *@lgvz* - fi, *@patoi* - hu, *@BojanStipic* - sr, *@fwilhe* - de, *@rahmanusta* - tr, *@abelsromero* - ca, *@aboullaite* - ar, *@roelvs* - nl)
|
923
1187
|
* Translate README to Chinese (*@diguage*)
|
@@ -946,7 +1210,7 @@ Improvements::
|
|
946
1210
|
|
947
1211
|
Compliance::
|
948
1212
|
|
949
|
-
* Support 6-digit decimal char refs, 5-digit
|
1213
|
+
* Support 6-digit decimal char refs, 5-digit hexadecimal char refs (#1824)
|
950
1214
|
* Compatibility fixes for Opal
|
951
1215
|
* Check for number using Integer instead of Fixnum class for compatibility with Ruby 2.4
|
952
1216
|
|
@@ -963,7 +1227,7 @@ Bug Fixes::
|
|
963
1227
|
|
964
1228
|
Infrastructure::
|
965
1229
|
|
966
|
-
* Build gem properly in the
|
1230
|
+
* Build gem properly in the absence of a git workspace, make compatible with JRuby (#1779)
|
967
1231
|
* Run tests in CI using latest versions of Ruby, including Ruby 2.3 (*@ferdinandrosario*)
|
968
1232
|
|
969
1233
|
Distribution Packages::
|
@@ -1171,7 +1435,7 @@ Improvements::
|
|
1171
1435
|
* define JAVASCRIPT_PLATFORM constant to simplify conditional logic in the JavaScript environment (#897)
|
1172
1436
|
* provide access to destination directory, outfile and outdir via Document object (#1203)
|
1173
1437
|
* print encoding information in version report produced by `asciidoctor -v` (#1210)
|
1174
|
-
* add intrinsic attribute named `cpp`
|
1438
|
+
* add intrinsic attribute named `cpp` that effectively resolves to `C++` (#1208)
|
1175
1439
|
* preserve URI targets passed to `stylesheet` and related attributes (#1192)
|
1176
1440
|
* allow numeric characters in block attribute name (#1103)
|
1177
1441
|
* support custom YouTube playlists (#1105)
|
@@ -1406,7 +1670,7 @@ Bug Fixes::
|
|
1406
1670
|
Infrastructure::
|
1407
1671
|
|
1408
1672
|
* add Ruby 2.1 to list of supported platforms
|
1409
|
-
*
|
1673
|
+
* re-enable rbx in Travis build
|
1410
1674
|
* switch tests to minitest (*@ktdreyer*)
|
1411
1675
|
* update RPM for Fedora Rawhide (*@ktdreyer*)
|
1412
1676
|
* refactor unit tests so they work in RubyMine (*@cmoulliard*)
|
@@ -1491,13 +1755,13 @@ Compliance::
|
|
1491
1755
|
* skip include directives when processing comment blocks
|
1492
1756
|
* added xmlns to root element in docbook45 backend, set noxmlns attribute to disable
|
1493
1757
|
* added a Compliance module to control compliance-related behavior
|
1494
|
-
* added linkattrs feature to AsciiDoc compatibility file (#441)
|
1495
|
-
* added level-5 heading to AsciiDoc compatibility file (#388)
|
1496
|
-
* added new XML-based callouts to AsciiDoc compatibility file
|
1497
|
-
* added absolute and uri image target matching to AsciiDoc compatibility file
|
1498
|
-
* added float attribute on inline image macro to AsciiDoc compatibility file
|
1499
|
-
* removed linkcss in AsciiDoc compatibility file
|
1500
|
-
* fixed fenced code entry in compatibility file
|
1758
|
+
* added linkattrs feature to AsciiDoc.py compatibility file (#441)
|
1759
|
+
* added level-5 heading to AsciiDoc.py compatibility file (#388)
|
1760
|
+
* added new XML-based callouts to AsciiDoc.py compatibility file
|
1761
|
+
* added absolute and uri image target matching to AsciiDoc.py compatibility file
|
1762
|
+
* added float attribute on inline image macro to AsciiDoc.py compatibility file
|
1763
|
+
* removed linkcss in AsciiDoc.py compatibility file
|
1764
|
+
* fixed fenced code entry in AsciiDoc.py compatibility file
|
1501
1765
|
|
1502
1766
|
Bug Fixes::
|
1503
1767
|
|
@@ -1595,7 +1859,7 @@ Enhancements::
|
|
1595
1859
|
|
1596
1860
|
Compliance::
|
1597
1861
|
|
1598
|
-
* ~ 99.5% compliance with AsciiDoc
|
1862
|
+
* ~ 99.5% compliance with AsciiDoc.py
|
1599
1863
|
* drop line if target of include directive is blank (#376)
|
1600
1864
|
* resolve attribute references in target of include directive (#367)
|
1601
1865
|
* added irc scheme to link detection (#314)
|
@@ -1656,7 +1920,7 @@ Enhancements::
|
|
1656
1920
|
|
1657
1921
|
Compliance::
|
1658
1922
|
|
1659
|
-
* added
|
1923
|
+
* added compatibility file to make AsciiDoc.py behave like Asciidoctor (#257)
|
1660
1924
|
* restore alpha-based xml entities (#211)
|
1661
1925
|
* implement video and audio block macros (#155)
|
1662
1926
|
* implement toc block macro (#269)
|
@@ -1712,7 +1976,7 @@ Compliance::
|
|
1712
1976
|
* support limited value comparison functionality of ifeval (#83)
|
1713
1977
|
* added support for multiple attributes in ifdef and ifndef directives
|
1714
1978
|
* don't attempt to embed image with uri reference when data-uri is set (#157)
|
1715
|
-
*
|
1979
|
+
* accommodate trailing dot in author name (#156)
|
1716
1980
|
* don't hardcode language attribute in html backend (#185)
|
1717
1981
|
* removed language from DocBook root node (#188)
|
1718
1982
|
* fixed revinfo line swallowing attribute entry
|
@@ -1756,7 +2020,7 @@ Enhancements::
|
|
1756
2020
|
* added hardbreaks option to preserve line breaks in paragraph text (#119)
|
1757
2021
|
* :header_footer option defaults to false when using the API, unless rendering to file
|
1758
2022
|
* added idseparator attribute to customized separator used in generated section ids
|
1759
|
-
* do not number special sections (differs from AsciiDoc)
|
2023
|
+
* do not number special sections (differs from AsciiDoc.py)
|
1760
2024
|
|
1761
2025
|
Compliance::
|
1762
2026
|
|
data/LICENSE
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
MIT License
|
2
2
|
|
3
|
-
Copyright (C) 2012-
|
3
|
+
Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, and the
|
4
4
|
individual contributors to Asciidoctor.
|
5
5
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
data/README-de.adoc
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
= Asciidoctor
|
2
|
-
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]
|
3
|
-
v2.0.
|
2
|
+
Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]>
|
3
|
+
v2.0.17, 2022-01-05
|
4
4
|
// settings:
|
5
5
|
:idprefix:
|
6
6
|
:idseparator: -
|
@@ -9,7 +9,6 @@ v2.0.10, 2019-05-31
|
|
9
9
|
ifndef::env-github[:icons: font]
|
10
10
|
ifdef::env-github[]
|
11
11
|
:status:
|
12
|
-
:outfilesuffix: .adoc
|
13
12
|
:caution-caption: :fire:
|
14
13
|
:important-caption: :exclamation:
|
15
14
|
:note-caption: :paperclip:
|
@@ -17,7 +16,7 @@ ifdef::env-github[]
|
|
17
16
|
:warning-caption: :warning:
|
18
17
|
endif::[]
|
19
18
|
// Variables:
|
20
|
-
:release-version: 2.0.
|
19
|
+
:release-version: 2.0.17
|
21
20
|
// URIs:
|
22
21
|
:uri-org: https://github.com/asciidoctor
|
23
22
|
:uri-repo: {uri-org}/asciidoctor
|
@@ -33,15 +32,15 @@ ifdef::env-site[:uri-project: link:]
|
|
33
32
|
:uri-rel-file-base: link:
|
34
33
|
:uri-rel-tree-base: link:
|
35
34
|
ifdef::env-site[]
|
36
|
-
:uri-rel-file-base: {uri-repo}/blob/
|
37
|
-
:uri-rel-tree-base: {uri-repo}/tree/
|
35
|
+
:uri-rel-file-base: {uri-repo}/blob/HEAD/
|
36
|
+
:uri-rel-tree-base: {uri-repo}/tree/HEAD/
|
38
37
|
endif::[]
|
39
38
|
:uri-changelog: {uri-rel-file-base}CHANGELOG.adoc
|
40
39
|
:uri-contribute: {uri-rel-file-base}CONTRIBUTING.adoc
|
41
40
|
:uri-license: {uri-rel-file-base}LICENSE
|
42
41
|
:uri-tests: {uri-rel-tree-base}test
|
43
|
-
:uri-discuss:
|
44
|
-
:uri-
|
42
|
+
:uri-discuss: https://discuss.asciidoctor.org
|
43
|
+
:uri-chat: https://asciidoctor.zulipchat.com
|
45
44
|
:uri-rubygem: https://rubygems.org/gems/asciidoctor
|
46
45
|
:uri-what-is-asciidoc: {uri-docs}/what-is-asciidoc
|
47
46
|
:uri-user-manual: {uri-docs}/user-manual
|
@@ -51,14 +50,13 @@ endif::[]
|
|
51
50
|
:uri-render-doc: {uri-docs}/render-documents
|
52
51
|
:uri-themes-doc: {uri-docs}/produce-custom-themes-using-asciidoctor-stylesheet-factory
|
53
52
|
:uri-gitscm-repo: https://github.com/git/git-scm.com
|
54
|
-
:uri-prototype: {uri-gitscm-repo}/commits/master/lib/asciidoc.rb
|
55
53
|
:uri-freesoftware: https://www.gnu.org/philosophy/free-sw.html
|
56
54
|
:uri-foundation: https://foundation.zurb.com
|
57
55
|
:uri-opal: https://opalrb.com
|
58
56
|
:uri-tilt: https://github.com/rtomayko/tilt
|
59
57
|
:uri-ruby: https://ruby-lang.org
|
60
58
|
// images:
|
61
|
-
:image-uri-screenshot: https://
|
59
|
+
:image-uri-screenshot: https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor/screenshot.png
|
62
60
|
|
63
61
|
{uri-project}[Asciidoctor] ist ein _schneller_, {uri-license}[Open Source] Textverarbeitungs- und Publishing-Toolchain für die Konvertierung von {uri-what-is-asciidoc}[AsciiDoc]-Inhalten in HTML 5, DocBook 5, PDF und andere Formate.
|
64
62
|
Asciidoctor ist in Ruby geschrieben und läuft auf allen gängigen Betriebsystemen.
|
@@ -85,12 +83,10 @@ endif::[]
|
|
85
83
|
* {uri-docs}/asciidoc-syntax-quick-reference[AsciiDoc Syntax-Referenz]
|
86
84
|
|
87
85
|
ifdef::status[]
|
88
|
-
|
89
|
-
image:https://img.shields.io/
|
90
|
-
image:https://
|
91
|
-
|
92
|
-
//image:https://codeclimate.com/github/asciidoctor/asciidoctor/badges/gpa.svg[Code Climate, link="https://codeclimate.com/github/asciidoctor/asciidoctor"]
|
93
|
-
image:https://inch-ci.org/github/asciidoctor/asciidoctor.svg?branch=master[Inline docs, link="https://inch-ci.org/github/asciidoctor/asciidoctor"]
|
86
|
+
image:https://img.shields.io/gem/v/asciidoctor.svg[Latest Release, link={uri-gem}]
|
87
|
+
image:https://img.shields.io/badge/rubydoc.info-{release-version}-blue.svg[library (API) docs,link=https://www.rubydoc.info/gems/asciidoctor/{release-version}]
|
88
|
+
image:https://github.com/asciidoctor/asciidoctor/workflows/CI/badge.svg[Build Status (GitHub Actions),link={uri-repo}/actions]
|
89
|
+
image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg[Project Chat (Zulip),link={uri-chat}]
|
94
90
|
endif::[]
|
95
91
|
|
96
92
|
== Sponsoren
|
@@ -435,9 +431,9 @@ Asciidoctor wurde entwickelt, um Ihnen das Schreiben und Veröffentlichen Ihrer
|
|
435
431
|
Aber wir können es nicht ohne ihr Feedback machen!
|
436
432
|
Wir ermutigen Sie, Fragen zu stellen und alle Aspekte des Projekts auf der Diskussionsliste, auf Twitter oder im Chatroom zu diskutieren.
|
437
433
|
|
438
|
-
Chat (
|
434
|
+
Chat (Zulip):: {uri-chat}
|
439
435
|
Discussionsliste (Nabble):: {uri-discuss}
|
440
|
-
Twitter:: https://twitter.com/
|
436
|
+
Twitter:: Follow https://twitter.com/asciidoctor[@asciidoctor] or search for the https://twitter.com/search?f=tweets&q=%23asciidoctor[#asciidoctor] hashtag
|
441
437
|
|
442
438
|
ifdef::env-github[]
|
443
439
|
Weitere Informationen und Dokumentation zu Asciidoctor finden Sie auf der Website des Projekts.
|
@@ -453,7 +449,7 @@ Asciidoctor Organization auf GitHub:: {uri-org}
|
|
453
449
|
|
454
450
|
== Lizenz
|
455
451
|
|
456
|
-
Copyright (C) 2012-
|
452
|
+
Copyright (C) 2012-present Dan Allen, Sarah White, Ryan Waldron, und die einzelnen Mitarbeiter von Asciidoctor.
|
457
453
|
Die Nutzung dieser Software wird unter den Bedingungen der MIT-Lizenz gewährt.
|
458
454
|
|
459
455
|
Siehe die {uri-license}[LIZENZ] für den vollen Lizenztext.
|
@@ -461,7 +457,7 @@ Siehe die {uri-license}[LIZENZ] für den vollen Lizenztext.
|
|
461
457
|
== Authoren
|
462
458
|
|
463
459
|
*Asciidoctor* wird von https://github.com/mojavelinux[Dan Allen] und https://github.com/graphitefriction[Sarah White] geleitet und hat Beiträge von {uri-contributors}[vielen Personen] in Asciidoctors großartiger Gemeinschaft erhalten.
|
464
|
-
Das Projekt wurde 2012 von https://github.com/erebor[Ryan Waldron] initiiert und basiert auf einem
|
460
|
+
Das Projekt wurde 2012 von https://github.com/erebor[Ryan Waldron] initiiert und basiert auf einem prototyp von https://github.com/nickh[Nick Hengeveld].
|
465
461
|
|
466
462
|
*AsciiDoc* wurde von Stuart Rackham gegründet und hat Beiträge von vielen Personen aus der AsciiDoc-Community erhalten.
|
467
463
|
|