Skip to content

v2018.04.07

Compare
Choose a tag to compare
@KEINOS KEINOS released this 07 Apr 13:24
· 77 commits to master since this release

Fix

Add

  • Add ToC output as JSON and Array
    $string = $Parsedown->contentsList();        // As HTML string
    $array  = $Parsedown->contentsList('array'); // As array
    $json   = $Parsedown->contentsList('json');  // As json
    

See work on line: https://paiza.io/projects/0TghplxParLqyrP1tjAg6g