You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you add the support for direct access to a specified page of a .pdf document ?
Given a pdf page number is specified into the link : [[document.pdf#page=1]],
When mkdocs generate the site
Then the generated link should be ``http://site/document.pdf#page=1`
With the current version, the plugin remove the = from the html link : http://site/document.pdf#page1.
Hello,
Could you add the support for direct access to a specified page of a
.pdf
document ?Given a pdf page number is specified into the link :
[[document.pdf#page=1]]
,When mkdocs generate the
site
Then the generated link should be ``http://site/document.pdf#page=1`
With the current version, the plugin remove the
=
from the html link :http://site/document.pdf#page1
.Note:
This seems to be due to the following code : RoamLinkReplacer.gfm_anchor
Proposal:
The text was updated successfully, but these errors were encountered: