Bugfixes
This commit is contained in:
parent
8cdebf7f3b
commit
0c6f52b0bc
2 changed files with 1 additions and 1 deletions
src
BIN
src/jsMain/resources/images/favicon.png
Normal file
BIN
src/jsMain/resources/images/favicon.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 1.7 KiB |
|
@ -47,7 +47,7 @@ object WikiImporter {
|
||||||
|
|
||||||
val workGroups = mutableListOf<WorkGroup>()
|
val workGroups = mutableListOf<WorkGroup>()
|
||||||
|
|
||||||
val dataRegex = """(== (.*) ==)|(\{\{.*\n((\|.*\n)+)}})""".toRegex()
|
val dataRegex = """(== (.*) ==)|(\{\{.*\n((\|.*\n(.*\n)*?)+)}})""".toRegex()
|
||||||
|
|
||||||
var track: Track? = null
|
var track: Track? = null
|
||||||
var skip = false
|
var skip = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue