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

allow the el option to accept an HTMLElement instance #1712

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Commits on Jan 5, 2022

  1. allow the el option to accept an HTMLElement instance

    This aligns it with what the docs were already saying erroneously, plus
    this is useful in cases when people have refs to an element already
    (embedding Docsify in a custom element shadow root, or in a React
    component that has a ref to the target element, etc).
    trusktr committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    00a8731 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    00a76a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    8b20eb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8141f7 View commit details
    Browse the repository at this point in the history