ImageMagick / Usage-Markdown

Base text document processed with pandoc
12 stars 13 forks source link

HTML links with bookmarks (#) are broken throughout #27

Open MarkSetchell opened 8 years ago

MarkSetchell commented 8 years ago

HTML links seem to be broken all the way through the Usage pages wherever there are # signs as bookmarks, e.g.

`The diagonal mirror is generated by doing a [Transpose](../warping/#transpose)`

because the filename ("index.html") is missing. Do these need updating to:

`The diagonal mirror is generated by doing a [Transpose](../warping/index.html#transpose)`

Or is there an easier way of doing that?