Skip to content

Newlines after Table are removed #7

@ERFier

Description

@ERFier

The formater accidentially removes newlines at the end of the table which causes the demo tables to fusion together and triggers issue #6 .

The problem is caused by the toString method that converts the tables array but dont append a newline at the end.
While the newly formated table misses the newline at the end the old one was read with it and is replaced.

I think the problem is the same for all tableprocessors and thus a posible fix would be to add @newTableText = @newTableText + @newLine right befor the return statement of getFormattedTableText.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions