-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I have tried this in Xidel, but the first paragraph is always missing
E.g. markdown:parse("xx") becomes <body></body>
* a
* b
* c
becomes <body></body>, too
But
a
b
c
becomes <body><p>b</p><p>c</p></body>
And
x
* a
* b
* c
becomes
<body><ul><li>
a
</li><li>
b
</li><li>
c
</li></ul></body>
Is this an issue with Xidel or the module? I had to replace xquery version "3.0"; with xquery version "3.1"; and util:parse-html with x:parse-html
Metadata
Metadata
Assignees
Labels
No labels