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

Add anchors to Markdown headers #2513

Merged
32 commits merged into from Jan 12, 2021
Merged

Add anchors to Markdown headers #2513

32 commits merged into from Jan 12, 2021

Commits on Dec 22, 2020

  1. save progress

    Brandon Hsiao committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    2a3e56e View commit details
    Browse the repository at this point in the history
  2. save work

    Brandon Hsiao committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    d92cf59 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into markdown-header-links

    Brandon Hsiao committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    778b4d7 View commit details
    Browse the repository at this point in the history
  4. remove junk code

    Brandon Hsiao committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    427757e View commit details
    Browse the repository at this point in the history
  5. fix lint errors

    Brandon Hsiao committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    80fedfc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. clean up code a bit

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    c41e0ef View commit details
    Browse the repository at this point in the history
  2. fix incorrect type

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3fcf660 View commit details
    Browse the repository at this point in the history
  3. remove debug code

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    bc87c7d View commit details
    Browse the repository at this point in the history
  4. fix heading numbers

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    3b64e68 View commit details
    Browse the repository at this point in the history
  5. make requested changes and clean up HeadingWithAnchor

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    b024e59 View commit details
    Browse the repository at this point in the history
  6. only scroll once

    Brandon Hsiao committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    f813427 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. fix issues

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    ece7d59 View commit details
    Browse the repository at this point in the history
  2. fix jslint

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    b050b15 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into markdown-header-links

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c9c790f View commit details
    Browse the repository at this point in the history
  4. clean things up

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    bfff598 View commit details
    Browse the repository at this point in the history
  5. handle edge case

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    278e0b3 View commit details
    Browse the repository at this point in the history
  6. missing a void

    Brandon Hsiao committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    c82185d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2020

  1. fix failing test

    Brandon Hsiao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a267646 View commit details
    Browse the repository at this point in the history
  2. add e2e tests

    Brandon Hsiao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    a243dbb View commit details
    Browse the repository at this point in the history
  3. add e2e tests

    Brandon Hsiao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    8027b70 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'markdown-header-links' of github.com:bh-streamlit/strea…

    …mlit into markdown-header-links
    Brandon Hsiao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    dd302c4 View commit details
    Browse the repository at this point in the history
  5. clean up code by using _.once()

    Brandon Hsiao committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    3f7d3f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2020

  1. fix lint

    Brandon Hsiao committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    59f8a4c View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Merge branch 'develop' into markdown-header-links

    Brandon Hsiao committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3c3308b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fix dynamic scrolling

    Brandon Hsiao committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ac5beeb View commit details
    Browse the repository at this point in the history
  2. fix typo

    Brandon Hsiao committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    8e52a07 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into markdown-header-links

    Brandon Hsiao committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    62469c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. make requested changes

    Brandon Hsiao committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    5ae0bee View commit details
    Browse the repository at this point in the history
  2. run formatting and remove unused import

    Brandon Hsiao committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    e64aba3 View commit details
    Browse the repository at this point in the history
  3. remove another unused import

    Brandon Hsiao committed Jan 8, 2021
    Configuration menu
    Copy the full SHA
    7339f8f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2021

  1. make requested changes

    Brandon Hsiao committed Jan 9, 2021
    Configuration menu
    Copy the full SHA
    19974fd View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2021

  1. add nice link icon to left of headers

    Brandon Hsiao committed Jan 11, 2021
    Configuration menu
    Copy the full SHA
    e5285fd View commit details
    Browse the repository at this point in the history