You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some markdown documents have far more internal fragment links than external. It'd be nice if those could be sanity checked.
// Ideally would error since there is no #foomarkdownLinkCheck(`[example](#foo)`,(err,results)=>{ ... })// No error since there is an explicit name createdmarkdownLinkCheck(`<a name="foo"> foo </a>[example](#foo)`,(err,results)=>{ ... })// No error since there is a link target based on header auto-linkingmarkdownLinkCheck(`# foo[example](#foo)`,(err,results)=>{ ... })
The text was updated successfully, but these errors were encountered:
Some markdown documents have far more internal fragment links than external. It'd be nice if those could be sanity checked.
The text was updated successfully, but these errors were encountered: