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

config: Add 'link_inline_targets' #10194

Closed
wants to merge 1 commit into from

Commits on Feb 14, 2022

  1. config: Add 'link_inline_targets'

    In 4.4.0, we started allowing users to reference an inline target via
    the 'ref' role. This had the unfortunate side-effect of changing inline
    targets from locally scoped to globally scoped, breaking many document
    trees in the process. Add a new config option, 'link_inline_targets',
    which will allow users to opt-in to this behavior if they wish to use
    it. It is disabled by default.
    
    Signed-off-by: Stephen Finucane <stephen@that.guru>
    stephenfin committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    6e4b72e View commit details
    Browse the repository at this point in the history