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

👌 IMPROVE: Allow for opening external links in new tabs (#856) #857

Merged
merged 2 commits into from
Mar 26, 2024

Commits on Jan 16, 2024

  1. 👌 IMPROVE: External links in new tab (executablebooks#856)

    Add support to enable external links to open in a new tab. Expose the
    configuration option myst_links_external_new_tab, which if set will set
    all URL links to open in a new tab on the browser.
    
    Besides that, we allow the user to set the target and rel attributes
    when using the extension inline_attrs (executablebooks#820).
    
    Closes executablebooks#820
    Closes executablebooks#856
    
    Signed-off-by: Marjus Cako <marios.cako@hpe.com>
    marjus45 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fc64840 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

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