This repository was archived by the owner on Aug 3, 2024. It is now read-only.
This repository was archived by the owner on Aug 3, 2024. It is now read-only.
Links to sections #193
Open
Description
Original reporter: sol@
It would be nice if we could link to certain sections withing a document.
Example:
module Foo (
-- * Foo
..
..
-- * Bar
-- | Read more in [Foo]
..
..
) where
As a precondition, we would need a way to address section in a unique manner.
This is somewhat related to #190 (both, #190 and this, require syntax extensions for new kinds of links).