Skip to content

Commit 7e3417e

Browse files
bartolomwilkinsona
authored andcommitted
Quote cols attribute in Asciidoc table example
Closes gh-482
1 parent 80bb632 commit 7e3417e

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)