const htmlForTrue = normalizeHTML(ol(
      [li('0'), li('1'), li('2'), li('3'), li('4'), li('5')].join('')
    ))