mirror of
https://github.com/MatMoul/dokytree.git
synced 2024-12-23 16:16:12 +00:00
Bug parsing item.pug
This commit is contained in:
parent
2c5d57e8ab
commit
1db2eed430
@ -4,6 +4,8 @@ mixin parseValue(value, level)
|
|||||||
td
|
td
|
||||||
a(href=value, target='_blank')=value
|
a(href=value, target='_blank')=value
|
||||||
else
|
else
|
||||||
|
td=value
|
||||||
|
else if typeof value === 'string' || typeof value === 'number'
|
||||||
td=value
|
td=value
|
||||||
else
|
else
|
||||||
if Array.isArray(value)
|
if Array.isArray(value)
|
||||||
|
Loading…
Reference in New Issue
Block a user