chharvey / chharvey.github.io

My personal web site.
https://chharvey.github.io/
MIT License
4 stars 1 forks source link

Table of Contents #22

Open chharvey opened 10 years ago

chharvey commented 10 years ago

Since each document has a Document Outline, it has a corresponding table of contents. Use main nav.Toc, a section of links to other sections in the same page.

Use JS to automate generation of TOC

chharvey commented 9 years ago

Also: fix issue with nested lists. e.g.:

ol.Olist
    li.Item a[href=""] some link
        ol.Olist#thisone
            li.Item another item

#thisone will have a margin-top because it is technically after a non-heading. we don't want this to happen.

chharvey commented 9 years ago

moving issue of nested lists (see above comment) to new issue ( #45 ). This issue will still be marked feature-major and layer-JS.