TOC html
Jump to navigation
Jump to search
| Line 71: | Line 71: | ||
if(value.path) { | if(value.path) { | ||
| − | wiki_list.push('#'.repeat(depth) + '[[' + value.path + '|' + value.text + ']]') | + | wiki_list.push('#'.repeat(depth) + '[[' + value.path + '|' + value.text + ']]' + "\n") |
} | } | ||
Revision as of 12:53, 16 July 2020