hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
309 stars 60 forks source link

Headerless Tables? #146

Open czardoz opened 6 years ago

czardoz commented 6 years ago

Is there a way to create tables without headers?

Something like:

|---r-------r-----------r--------|
| 0.0  | 1.4186   | -5.01        |
| 2.0  | 1.376512 | 11.919       |
| 4.0  | 1.1E+1   | 14.717624    |
|--------------------------------|
KGHustad commented 6 years ago

Unfortunately not. The simplest workaround for this is to create an empty header.

czardoz commented 6 years ago

Ah, okay. I'll leave this open as a feature request, feel free to close this in case you're not planning to implement such a feature 😄