| ... | @@ -1369,7 +1369,7 @@ | ... | @@ -1369,7 +1369,7 @@ |
| 1369 | line.text = line.text.substr(1); | 1369 | line.text = line.text.substr(1); |
| 1370 | } | 1370 | } |
| 1371 | else if (line.text.match(/\d+\./)) { | 1371 | else if (line.text.match(/\d+\./)) { |
| 1372 | const match = line.match(/(\d+)\./); | 1372 | const match = line.text.match(/(\d+)\./); |
| 1373 | line.type = "ul"; | 1373 | line.type = "ul"; |
| 1374 | line.text = line.text.substr(match[0].length); | 1374 | line.text = line.text.substr(match[0].length); |
| 1375 | line.ordered_number = Number(match[1].length); | 1375 | line.ordered_number = Number(match[1].length); |