| author | |
| committer | |
| log | 03603ea35352769063610b55e3b6b770e3a98f34 |
| tree | 67d8b567f7466175c491470680245ab4bfed88bb |
| parent | f2d0d9820d9b20ddc61866d5fe2575cf80f4d9be |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/special/docs/main.js+1-1| ... | ... | @@ -1369,7 +1369,7 @@ |
| 1369 | 1369 | line.text = line.text.substr(1); |
| 1370 | 1370 | } |
| 1371 | 1371 | else if (line.text.match(/\d+\./)) { |
| 1372 | const match = line.match(/(\d+)\./); | |
| 1372 | const match = line.text.match(/(\d+)\./); | |
| 1373 | 1373 | line.type = "ul"; |
| 1374 | 1374 | line.text = line.text.substr(match[0].length); |
| 1375 | 1375 | line.ordered_number = Number(match[1].length); |