Skip to content

first paragraph missing #6

@benibela

Description

@benibela

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions