mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Bug parsing item.pug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user