Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for basic asciidoc table #152

Open
thawk opened this issue May 30, 2019 · 0 comments
Open

Support for basic asciidoc table #152

thawk opened this issue May 30, 2019 · 0 comments

Comments

@thawk
Copy link

thawk commented May 30, 2019

The basic simplest asciidoc table is like the following:

[cols="2*"]
|=== 
| Cell in column 1, row 1 | Cell in column 2, row 1  
| Cell in column 1, row 2 | Cell in column 2, row 2
| Cell in column 1, row 3 | Cell in column 2, row 3
|=== 

The basic and simplest roles are:

  1. The table’s content boundaries are defined by a vertical bar followed by three equal signs (|===).
  2. The new cell is marked by a vertical bar (|).
  3. Rows can optionally be separated by any number of blank lines.

Table-mode is working for table cells, but it adds a space between | and ===. Is there any setting to prevent this? If not, I suggest that we should support the basic asciidoc table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant