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