wikimedia / banana-i18n

banana-i18n - Javascript Internationalization library
https://wikimedia.github.io/banana-i18n/
MIT License
80 stars 27 forks source link

Error when having [] in value #40

Closed hueitan closed 4 years ago

hueitan commented 4 years ago

The placeholder [[]] can then value into the link, but [] throws an error of

Error: Parse error at position x in input: xxx
hueitan commented 4 years ago

a quick fix for this is using the value in \\[\\] to show []

hueitan commented 4 years ago

once PR is merged https://github.com/wikimedia/banana-i18n/pull/39, use wikilinks=false in conf to avoid this error.