Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't generate ToC via Markdown; use HTML instead #52

Merged
merged 16 commits into from
Nov 28, 2020
Merged

Don't generate ToC via Markdown; use HTML instead #52

merged 16 commits into from
Nov 28, 2020

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    f43aff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e29954 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2020

  1. Configuration menu
    Copy the full SHA
    2ecc4c7 View commit details
    Browse the repository at this point in the history
  2. Fix OL vs UL generation

    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    39089b2 View commit details
    Browse the repository at this point in the history
  3. Fix render when no headings

    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    63da8cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a672799 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6570e6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4ae888b View commit details
    Browse the repository at this point in the history
  7. Fix support for submenu_class

    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    6fbbe51 View commit details
    Browse the repository at this point in the history
  8. Setup Python 3.8

    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    7160118 View commit details
    Browse the repository at this point in the history
  9. Remove extraneous whitespace

    Removes extra whitespace in HTML opening tags (li, ul, ol, a) when there are no attributes and classes. For example, "<li >" is fixed to be "<li>", and "<a >" is fixed to be "<a>".
    chrisyeh96 committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    e6757a4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #53 from chrisyeh96/patch-1

    Remove extraneous whitespace
    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    89ed7a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78d6850 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    effb201 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    621f493 View commit details
    Browse the repository at this point in the history
  14. Version bump to 1.1.0

    allejo committed Nov 28, 2020
    Configuration menu
    Copy the full SHA
    fc252c0 View commit details
    Browse the repository at this point in the history