diff options
author | Cyn <70904206+itscynxx@users.noreply.github.com> | 2023-10-25 08:57:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 15:57:22 +0200 |
commit | de43f1e532c446dc46902a1214ea7845e038f8fe (patch) | |
tree | c494edd7d91a6937dbc798590de39161d64b96f4 | |
parent | 6fa9dbb3ca9b71d37f5e46ccfa984cd6410b56cd (diff) | |
download | NorthstarWiki-de43f1e532c446dc46902a1214ea7845e038f8fe.tar.gz NorthstarWiki-de43f1e532c446dc46902a1214ea7845e038f8fe.zip |
Make mdBook and mdBook-linkcheck format match in README (#248)
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,10 +24,10 @@ To install mdBook use the following link if: - [you **DON'T** have Rust toolchain installed](https://rust-lang.github.io/mdBook/guide/installation.html#pre-compiled-binaries) #### mdBook-linkcheck -Additionally there's a community-made package that you can use alongside mdBook to show you some potentially broken links in markdown files called [mdBook-linkcheck](https://github.com/Michael-F-Bryan/mdbook-linkcheck) +Additionally there's a community-made package that you can use alongside mdBook to show you some potentially broken links in markdown files called [`mdBook-linkcheck`](https://github.com/Michael-F-Bryan/mdbook-linkcheck) Although not required, you may find it helpful to use alongside mdBook to ensure you've linked things properly To install mdBook-linkcheck use the following link if: - [you have Rust toolchain installed](https://github.com/Michael-F-Bryan/mdbook-linkcheck#getting-started) -- [you DON'T have Rust toolchain installed](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest) (add `mdBook-linkcheck.exe` to the same folder `mdBook.exe` is located) +- [you **DON'T** have Rust toolchain installed](https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases/latest) (add `mdBook-linkcheck.exe` to the same folder `mdBook.exe` is located) |