Skip to content

Add space or a comma after each <tr> and <td> element #313

Answered by KillyMXI
capdavid asked this question in Q&A
Discussion options

You must be logged in to vote

First of all, it seems like you're using it with the default format for tables.

In case you need CSV-like output, refer to #242 (comment) and change tab to the separator you need.
There is no built-in formatter like that currently, so there is just a bit more configuration with a custom formatter.

In case you just need tables to be formatted visually:

{
  selectors: [
    { selector: 'table', format: 'dataTable' }
  ]
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@capdavid
Comment options

Answer selected by capdavid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants