Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 146 Bytes

File metadata and controls

6 lines (5 loc) · 146 Bytes

var result = toc('# AAA\n## BBB\n### CCC\nfoo'); var str = '';

result.json.forEach(function(heading) { str += toc.linkify(heading.content); });