expectocode / pagong

pagong - a site generator for slow connections
Apache License 2.0
7 stars 2 forks source link

Warn when linking to non-existing anchors #11

Open Lonami opened 3 years ago

Lonami commented 3 years ago

I want this test.md file:

[hello](#world)

# worlds

there is more than one

To output this to stderr:

warning: anchor "#world" is broken in file test.md

If we're feeling fancy:

warning: anchor "#world" is broken in file test.md
   note: did you mean "#worlds"?