Replies: 1 comment 3 replies
-
The answer here is really the same as #620; you can use |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given I have an AsciiDoc file which contains a various tables.
Is there a way to force the configuration of the table to be done in a specific way? In the table above the config is
[options="header", valign="middle"]
. If the configuration looks different lets say[width="99%",frame="all",options="header", cols="^,<,^,^"]
the rule should flag that as an error.Is this possible today?
Beta Was this translation helpful? Give feedback.
All reactions