diff --git a/code.js b/code.js index c203c25..da07d07 100644 --- a/code.js +++ b/code.js @@ -78,9 +78,7 @@ function processItem(item, listCounters, images) { || gt === DocumentApp.GlyphType.SQUARE_BULLET) { prefix = '"; - } - else { + } else { // Ordered list (
    ): prefix = "
    1. ", suffix = "
    2. "; }