Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
AsciiDoc Language
AsciiDoc Language
Commits
ecb1db79
Commit
ecb1db79
authored
Dec 09, 2020
by
Dan Allen
Browse files
swap columns in AsciiDoc table cell example
parent
27090b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/tables/examples/cell.adoc
View file @
ecb1db79
...
...
@@ -22,15 +22,15 @@ s|This content is bold (`s`).
// tag::adoc[]
|===
|
Column 1 |Column 2
|
Normal Style |AsciiDoc Style
a
|This cell is prefixed with an `a`, so the processor interpret
s
the following lines as an AsciiDoc list.
|This cell is
n't
prefixed with an `a`, so the processor
doesn't
interpret the following lines as an AsciiDoc list.
* List item 1
* List item 2
* List item 3
|This cell is
n't
prefixed with an `a`, so the processor
doesn't
interpret the following lines as an AsciiDoc list.
a
|This cell is prefixed with an `a`, so the processor interpret
s
the following lines as an AsciiDoc list.
* List item 1
* List item 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment