Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Bugfix: External links to 'supported' files lose their file extension #181

Merged
merged 2 commits into from
May 19, 2020

Commits on Nov 4, 2019

  1. Added test: External link to Markdown file

    Laurent Seiler committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    fc93aaa View commit details
    Browse the repository at this point in the history
  2. Fixed removal of file extensions in external URLs.

    Fixes the following TODO:
    # TODO this should probably only remove the extension for local paths,
    # i.e. not uri's starting with http or other external prefix.
    
    Concrete example:
    Links to external files with supported extensions (e.g. .md) were broken, e.g. external links to Github README.md files.
    Laurent Seiler committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    e821106 View commit details
    Browse the repository at this point in the history