Skip to content

Commit f651c30

Browse files
committed
Merge pull request #482 from bartolom
* gh-482: Quote cols attribute in Asciidoc table example
2 parents 80bb632 + 7e3417e commit f651c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/docs/asciidoc/working-with-asciidoctor.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ example, the widths of a table's columns can be specified using the `cols` attri
136136

137137
[source,indent=0]
138138
----
139-
[cols=1,3] <1>
139+
[cols="1,3"] <1>
140140
\include::{snippets}/index/links.adoc[]
141141
----
142142
<1> The table's width will be split across its two columns with the second column being

0 commit comments

Comments
 (0)