We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I install from npm, version is v1.7.6 <ul><li><ul><li>1<li>2</ul><li>3</ul> test faild. expected: [ { "raw": "ul", "data": "ul", "type": "tag", "name": "ul", "children": [ { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "ul", "data": "ul", "type": "tag", "name": "ul", "children": [ { "row": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "row": "1", "data": "1", "type": "text" } ] }, { "row": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "row": "2", "data": "2", "type": "text" } ] } ] } ] }, { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "3", "data": "3", "type": "text" } ] } ] } ] Complete [ { "raw": "ul", "data": "ul", "type": "tag", "name": "ul", "children": [ { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "ul", "data": "ul", "type": "tag", "name": "ul", "children": [ { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "1", "data": "1", "type": "text" }, { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "2", "data": "2", "type": "text" } ] } ] } ] }, { "raw": "li", "data": "li", "type": "tag", "name": "li", "children": [ { "raw": "3", "data": "3", "type": "text" } ] } ] } ] } ]
<ul><li><ul><li>1<li>2</ul><li>3</ul>
expected:
Complete
The text was updated successfully, but these errors were encountered:
Merge pull request tautologistics#63 from fasterize/parser_positions
6330226
Add startIndex and endIndex positional attributes to the parser
No branches or pull requests
I install from npm, version is v1.7.6
<ul><li><ul><li>1<li>2</ul><li>3</ul>
test faild.
expected:
[
{
"raw": "ul",
"data": "ul",
"type": "tag",
"name": "ul",
"children": [
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "ul",
"data": "ul",
"type": "tag",
"name": "ul",
"children": [
{
"row": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"row": "1",
"data": "1",
"type": "text"
}
]
},
{
"row": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"row": "2",
"data": "2",
"type": "text"
}
]
}
]
}
]
},
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "3",
"data": "3",
"type": "text"
}
]
}
]
}
]
Complete
[
{
"raw": "ul",
"data": "ul",
"type": "tag",
"name": "ul",
"children": [
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "ul",
"data": "ul",
"type": "tag",
"name": "ul",
"children": [
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "1",
"data": "1",
"type": "text"
},
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "2",
"data": "2",
"type": "text"
}
]
}
]
}
]
},
{
"raw": "li",
"data": "li",
"type": "tag",
"name": "li",
"children": [
{
"raw": "3",
"data": "3",
"type": "text"
}
]
}
]
}
]
}
]
The text was updated successfully, but these errors were encountered: