Details
-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3.1
-
Fix Version/s: None
-
Component/s: Syntax
-
Labels:None
-
Difficulty:Unknown
-
Similar issues:
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