erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.74k stars 1.12k forks source link

TOC support #688

Closed isecret closed 5 years ago

isecret commented 5 years ago

Hi, Do you plan to add new features? I think it's really cool. I mean to support TOC.

BenjaminHoegh commented 5 years ago

support [toc] or by using someting like $parsedown->toc() or both?

aidantwoods commented 5 years ago

TOC: "Table of contents"?

tristar500 commented 5 years ago

Like this

[Introduction](#introduction) [Page Two](#page-two)

With the appropriate generation of anchor tags.

<h2 id="introduction">Introduction</h2> <h3 id="page-two">Page Two</h2>

BenjaminHoegh commented 5 years ago

I will upload a toc extention later today

isecret commented 5 years ago

@BenjaminHoegh That's great!

BenjaminHoegh commented 5 years ago

@isecret parsedown-toc