Skip to content

Commit

Permalink
Added a note about an issue in this release to be fixed later
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpeach committed Nov 15, 2024
1 parent 4809765 commit 40a7038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/unlinked_text.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl Visitor for UnlinkedTextVisitor {
.alias(alias.clone())
.span(*span)
.advice(format!(
"Consider wrapping it in a wikilink, like: [[{alias}]]"
"Consider wrapping it in a wikilink, like: [[{alias}]]\nNOTE: If running in --fix, you may need to run fix more than once to fix all unlinked text errors.\n I recommend doing this one at a time.\nREF: https://github.com/ryanpeach/mdlinker/issues/44"
))
.build(),
);
Expand Down

0 comments on commit 40a7038

Please sign in to comment.