Description
I have this format in dokuwiki
* Pis de dalt [[http://10.1.1.225/es/index.html|10.1.1.225]] * Pis de baix [[http://10.1.1.226/es/index.html|10.1.1.226]] * Pis de baix [[http://10.1.1.227/es/index.html|10.1.1.227]]
That's imported in xwiki as
{{code}}
* Pis de dalt [[http://10.1.1.225/es/index.html|10.1.1.225]]
{{/code}}{{code}}
* Pis de baix [[http://10.1.1.226/es/index.html|10.1.1.226]]
{{/code}}{{code}}
* Pis de baix [[http://10.1.1.227/es/index.html|10.1.1.227]]
{{/code}}
That renders like this:

According the docs, importing lists from dokuwiki is supported.
Thanks