orbikm / mkdocs-ezlinks-plugin

Plugin for mkdocs which enables easier linking between pages
MIT License
34 stars 17 forks source link

Fix Windows builds, and fix nested rel paths #38

Closed orbikm closed 2 years ago

orbikm commented 2 years ago
orbikm commented 2 years ago

I had only really ever tested this plugin from Linux. This meant when I tried actually dev'ing and testing on my Windows machine, I uncovered a couple of bugs related to path separator expectations, etc. This addresses that, as well as fixing the linking from nested subdirectories (by quoting the URL with urllib)