FruitJS icon indicating copy to clipboard operation
FruitJS copied to clipboard

In Page and Cross Page linking mechanism

Open LoveAndCoding opened this issue 12 years ago • 2 comments

There needs to be an easy way to link to a specific section. Linking to other page or inline content might look like this:

## Header Level 2
[Link Text][1]

 [1]: ##Header Level 2

If we use hash, it will likely need to be configurable, and something that has fallbacks, or warnings.

LoveAndCoding avatar Oct 09 '13 22:10 LoveAndCoding

Crosspage needs to be handled. Punting on in page. That rabbit hole will need to be for later.

LoveAndCoding avatar Aug 30 '14 00:08 LoveAndCoding

Links to the markdown file will be converted to links to the HTML file while rendering. Again, punting on the in page links for now.

LoveAndCoding avatar Aug 30 '14 01:08 LoveAndCoding