xingrz / rdt-editor

RDT Editor for Wikipedia
https://rdt.xingrz.me
MIT License
39 stars 6 forks source link

Text cells that are not square are not recognized as text cells #2

Closed jc86035 closed 4 years ago

jc86035 commented 4 years ago

The format for Routemap text cells is width*text, where width can be matched by the regex \+?(o?c?d?|c?d?b?|d?b?s?|b?s?w?) (these are the values that the Routemap CSS currently supports) and text may be any text which does not interfere with the Routemap character matching. Currently it seems only *text is recognized by the editor.

xingrz commented 4 years ago

would you please provide a map for test?

xingrz commented 4 years ago

Done