naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.04k stars 317 forks source link

Reference links don't share across pages #245

Closed tullisar closed 7 years ago

tullisar commented 7 years ago

If you create a reference style link in Markdown with the [name]: link style, it's only valid for the page on which it's defined. It would be nice to be able to use a few named ones across the entire document without having to copy paste the link definition to each page it needs to be used on.

Additional Details

Share Link : http://homebrewery.naturalcrit.com/share/HkRzO8Xmg

Brew code to reproduce :

Click to expand

# Page 1

## Link to [Google][google]

\page

# Page 2

## Link to [Google][google]

[google]: http://www.google.com "Google"

stolksdorf commented 7 years ago

Each page is render in isolation to another, so there is no way to support this markdown feature.