diff --git a/converttomarkdown.gapps b/converttomarkdown.gapps index b6344de..623f585 100644 --- a/converttomarkdown.gapps +++ b/converttomarkdown.gapps @@ -102,17 +102,14 @@ function processParagraph(index, element, inSrc, imageCounter, listCounters) { // Note that Markdown does not process within block-level HTML, so it probably // doesn't make sense to add markup within tables. if (element.getType() === DocumentApp.ElementType.TABLE) { - textElements.push("
| " + element.getChild(i).getChild(j).getText() + " | \n"); + textElements.push(element.getChild(i).getChild(j).getText() + "|"); } - textElements.push("