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