mangini / gdocs2md

Convert a Google Drive Document to the Markdown format, suitable for publishing.
Apache License 2.0
2.66k stars 621 forks source link

Produces Markdown tables instead of HTML tables #18

Closed johndmulhausen closed 7 years ago

jonschlinkert commented 10 years ago

:+1:

mbbroberg commented 8 years ago

FWIW, I found this conversion does not make a valid table.

Input:

screen shot 2015-10-28 at 7 35 00 am

Output:

|data|data 2|3|4|5|6||ten|nine|eight|seven|6|five!!!!!!!!!||/for/|`thee`||two||one
one
one||||||||||||||||||||||||
mbbroberg commented 8 years ago

:-1: in favor of #25 's output.


| data          | data 2        | 3             | 4             | 5             | 6              |
|---------------|---------------|---------------|---------------|---------------|----------------|
| ten           | nine          | eight         | seven         | 6             | five!!!!!!!!!  |
| /for/         | `thee`        | |two|         | oneoneone     |               |                |
|               |               |               |               |               |                |
|               |               |               |               |               |                |
|               |               |               |               |               |                |