Commit Graph

5 Commits

Author SHA1 Message Date
Keegan George 15e322bd01
DEV: Change class name 2022-10-12 15:00:22 -07:00
Keegan George 73b336c36d
DEV: Add more tests 2022-09-29 16:14:15 -07:00
Keegan George 7b37c6acc1
FIX: Special character alignment issue (#10)
* DEV: Use alternate fork of `array-to-table`

* DEV: Add unit test for `arrayToTable()` method

* Move `arrayToTable` so it is available for unit tests

* DEV: Add assertion for creating a markdown table with special chars

When a table with special characters (such as `$`) is inserted in a cell to the right of a blank cell. The alignment of the table gets ruined if the table doesn't have surrounding pipes. This check ensures this alignment is correct.

Co-authored-by: Penar Musaraj <pmusaraj@gmail.com>
2022-08-11 11:33:34 -07:00
Keegan George 8e078d2bc9 DEV: Update tests 2022-07-20 11:18:25 -07:00
Keegan George 34d1327951 DEV: Add acceptance tests 2022-07-04 18:03:43 -07:00