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

Fixed links to source code on GitHub from the documentation #1453

Merged
merged 1 commit into from
Mar 18, 2024

Commits on Mar 17, 2024

  1. Fixed links to source code on GitHub from the documentation

    With the current version, if you open e.g. this page:
    https://python-markdown.github.io/reference/markdown/blockprocessors/
    
    The ‹› links on the right side of the page will point to URLs like
    https://github.com/Python-Markdown/markdown/tree/3.6//home/runner/work/markdown/markdown/md/markdown/blockprocessors.py
    
    This commit fixes them by replacing `filepath` with `relative_filepath`.
    mitya57 committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    0cc6b9b View commit details
    Browse the repository at this point in the history