aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index c3b70a6..4da3dc3 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,15 @@ To install mdBook use the following link if:
- [you have Rust toolchain installed](https://rust-lang.github.io/mdBook/guide/installation.html#build-from-source-using-rust)
- [you **DON'T** have Rust toolchain installed](https://rust-lang.github.io/mdBook/guide/installation.html#pre-compiled-binaries)
+#### mdBook-gitbook
+
+GitBook uses some non-standard syntax to render certain widgets like embedded YouTube videos.
+mdBook does not support these out of the box but there is a WIP extension that can render some of those similar to how GitBook does it.
+
+To install mdBook-gitbook do the following link if:
+- you have Rust toolchain installed: `cargo install mdbook-gitbook`
+- you **DON'T** have Rust toolchain installed (TODO update me) (add `mdBook-gitbook.exe` to the same folder `mdBook.exe` is located)
+
#### 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)