framework
framework copied to clipboard
Resolve local links
e.g. [plot](/lib/plot) from the /lib/arquero page should link to ./plot not /lib/plot.
This is closely related to #92. If we rewrite local links, we can not only normalize them to relative paths, but we can also replace the .md extension with .html or remove it based on a user setting. This issue would also let us detect broken links and break the build.
loosely linked to #363
solved in https://github.com/observablehq/framework/pull/1306 (by 791a59cf01910c15cb70c137f72c74fb0f09791f)