Table of contents
    david parsons 
    orc at pell.chi.il.us
       
    Thu Mar  5 11:55:04 EST 2009
    
    
  
In article <f0fff4860903050127k9095a5dtcedf15dd094f11cc at mail.gmail.com>,
Daniel Winterstein  <markdown-discuss at six.pairlist.net> wrote:
>--===============0471983932==
>Content-Type: multipart/alternative; boundary=001636c59672452e2f04645bc875
>
>--001636c59672452e2f04645bc875
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 7bit
>
>I'm using Markdown in an app and would like to provide support for including
>a table of contents.
    A couple of the markdown implementations have got support for tables
    of contents.   Discount (my implementation) supports it (it builds
    a table of contents from the headers and lets you get to it
    via a library call,) the python implementation has one, as
    does pandoc.
    -david parsons
    
    
More information about the Markdown-Discuss
mailing list