diff --git a/index.html b/index.html index beb9b68..14bccbf 100644 --- a/index.html +++ b/index.html @@ -4002,13 +4002,17 @@ .replace(/(^\d\d?[ .] .*)\%SpcStg\%/gm, "$1\n\%SpcTemp\%") //fix misalign .replace(/^\d\d?[ .] (.*)([\n]??)/gm, "
  1. $1
") .replace(/\n\%SpcTemp\%/gm, "\%SpcStg\%") //fix misalign - .replace(/<\/li><\/ol>
  1. /gm, "
  2. ") + .replace(/<\/li><\/ol>\n\s*?\n
    1. /gm, "
    2. \n
    3. ") + .replace(/<\/li><\/ol>\s*?
      1. /gm, "
      2. ") .replace(/<\/[ou]l>
      3. (.*\%SpcStg\%.*\%SpcEtg\%.*)<\/li><\/[ou]l\>/gm,"$1") .replace(/^\s{2,6}[\*+-][ .](.*)/gm, "
          • $1
        ") .replace(/^\s{2,6}\d[ .](.*)/gm, "
          1. $1
        ") - .replace(/<\/[ou]l\>\n\n<[ou]l\>/gm, "\n") - .replace(/<\/[ou]l\>\n<[ou]l\>/g, "") - .replace(/<\/li><\/ul>
        • /gm, "
        • ") + .replace(/<\/ul\>\n\n/gm, "\n") + .replace(/<\/ol\>\n\n/gm, "\n") + .replace(/<\/ol\>\n/g, "") + .replace(/<\/ul\>\n/g, "") + .replace(/<\/li><\/ul>\n\s*?\n
          • /gm, "
          • \n
          • ") + .replace(/<\/li><\/ul>\s*?
            • /gm, "
            • ") .replace(/\*\*\*([^\s*].*?[^\\])\*\*\*/gm, "$1") .replace(/\*\*([^\s*].*?[^\\])\*\*/gm, "$1") .replace(/\*([^\s*].*?[^\\])\*/gm, "$1")