Automatically generate nested table of contents based on heading tags

前端 未结 4 1590
广开言路
广开言路 2020-12-10 09:16

Which one of you crafty programmers can show me an elegant php coded solution for automatically generating a nested table of contents based on heading tags on the page?

4条回答
  •  一个人的身影
    2020-12-10 09:36

    Have a look at the TOC class. It allows generating table of contents from nested headings. h1 tag can be followed by any lower level h tag. The class uses recursion to extract the headings from article text

提交回复
热议问题