zhaoterryy / mkdocs-pdf-export-plugin

An MkDocs plugin to export content pages as PDF files
MIT License
313 stars 44 forks source link

PDF relative links seem to be broken #42

Closed CaptainQuirk closed 5 years ago

CaptainQuirk commented 5 years ago

Hi,

I have the following mkdocs structure :

nav:  
  - Accueil: index.md 
  - Users stories:
    - Communiqué de presse:
      - Consulter les communiqués: cp/show.md
  - Glossaire: glossaire.md

In cp/show.md file, I have the following content :

En tant que [Charge de communication](../glossaire.md#charge-de-communication)

It seems to follow what is stated in the mkdocs documentation about links

When I launch mkdocs I get the following error :

ERROR: No anchor #cp/show/:charge-de-communication for internal URI reference

Do you know what is happening ?

Thanks in advance

zhaoterryy commented 5 years ago

Fixed in v0.5.3.