| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
This is a hacky fix to allow me to use the dollar sign as a regular
character inside table cells. The pipe character will realistically
only be used inside monospace elements anyway.
|
| |
|
|
|
|
|
|
|
| |
Commit d812466 had an issue where, when scanning for unstyled pipe
characters within a table row, any delimiter found within a line
element would be treated as the start of a new line element, even
though line elements cannot be nested. The correct behaviour is to
ignore delimiters for all other line elements while inside a line
element.
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Consecutive pipe characters in a table row are parsed as a single
separator, with the 'border-right' attribute being given to the column
on the left of the separator. Only the first alignments line is used
when determining this attribute for columns.
This is useful for tables with row labels running down the left-most
cell column, to visually separate labels from data.
|
| | |
|
| | |
|
| |
|