Skip to content

Commit 2054473

Browse files
committed
chore: pre release 0.2.12
1 parent cca3802 commit 2054473

File tree

8 files changed

+105
-35
lines changed

8 files changed

+105
-35
lines changed

Cargo.lock

Lines changed: 93 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mdbook-embedify"
3-
version = "0.2.12-rc.4"
3+
version = "0.2.12"
44
edition = "2021"
55
license = "MIT"
66
readme = "README.md"
@@ -9,7 +9,7 @@ keywords = ["mdbook", "embed", "plugin", "preprocessor"]
99
authors = ["MR-Addict <[email protected]>"]
1010
repository = "https://github.com/MR-Addict/mdbook-embedify"
1111
documentation = "https://mr-addict.github.io/mdbook-embedify"
12-
description = "A rust based mdbook preprocessor plugin that allows you to embed apps to your book, like youtube, codepen and some other apps"
12+
description = "A rust based mdbook preprocessor plugin that allows you to embed apps to your book, like youtube, codepen, giscus and many other apps"
1313

1414
[dependencies]
1515
clap = "4.5.36"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![Crates.io](https://img.shields.io/crates/v/mdbook-embedify) ![Crates.io](https://img.shields.io/crates/l/mdbook-embedify)
44

5-
This is a [mdbook](https://rust-lang.github.io/mdBook) preprocessor plugin that allows you to embed apps to your book, like youtube, codepen and some other apps.
5+
This is a [mdbook](https://rust-lang.github.io/mdBook) preprocessor plugin that allows you to embed apps to your book, like youtube, codepen, giscus and many other apps.
66

77
## 1. Installation
88

docs/book.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[book]
22
authors = ["MR-Addict"]
3-
description = "This is a mdbook preprocessor plugin that allows you embed apps to your book, like youtube, codepen and some other apps"
3+
description = "This is a mdbook preprocessor plugin that allows you embed apps to your book, like youtube, codepen, giscus and many other apps"
44
language = "en"
55
multilingual = false
66
src = "src"
@@ -50,8 +50,8 @@ footer.enable = true
5050
footer.message = "Copyright © 2025 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
5151

5252
announcement-banner.enable = true
53-
announcement-banner.id = "0.2.12-rc.4"
54-
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
53+
announcement-banner.id = "0.2.12"
54+
announcement-banner.message = "*Version **0.2.12** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12).*"
5555

5656
giscus.enable = true
5757
giscus.repo = "MR-Addict/mdbook-embedify"

docs/src/global-embedding.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ footer.enable = true
2727
footer.message = "Copyright © 2025 • Created with ❤️ by [MR-Addict](https://github.com/MR-Addict)"
2828

2929
announcement-banner.enable = true
30-
announcement-banner.id = "0.2.12-rc.4"
31-
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
30+
announcement-banner.id = "0.2.12"
31+
announcement-banner.message = "*Version **0.2.12** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12).*"
3232

3333
giscus.enable = true
3434
giscus.repo = "MR-Addict/mdbook-embedify"

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
![Crates.io](https://img.shields.io/crates/v/mdbook-embedify) ![Crates.io](https://img.shields.io/crates/l/mdbook-embedify)
44

5-
This is a [mdbook](https://rust-lang.github.io/mdBook) preprocessor plugin that allows you to embed apps to your book, like youtube, codepen and some other apps.
5+
This is a [mdbook](https://rust-lang.github.io/mdBook) preprocessor plugin that allows you to embed apps to your book, like youtube, codepen, giscus and many other apps.

docs/src/local/announcement-banner.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Announcement banner allows you put important messages at the top of the page. It
1414
<!-- embed ignore begin -->
1515

1616
```text
17-
{% embed announcement-banner id="0.2.12-rc.4" message="*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*" %}
17+
{% embed announcement-banner id="0.2.12" message="*Version **0.2.12** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12).*" %}
1818
```
1919

2020
<!-- embed ignore end -->
@@ -25,8 +25,8 @@ However, you may want to enable it for the whole book. You can do this by adding
2525

2626
```toml
2727
announcement-banner.enable = true
28-
announcement-banner.id = "0.2.12-rc.4"
29-
announcement-banner.message = "*Version **0.2.12-rc.4** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12-rc.4).*"
28+
announcement-banner.id = "0.2.12"
29+
announcement-banner.message = "*Version **0.2.12** now has relased, check it out [here](https://github.com/MR-Addict/mdbook-embedify/releases/tag/0.2.12).*"
3030
```
3131

3232
Note that announcement banner id must be **unique**, otherwise it won't be shown if there is another announcement banner with the same id when user closed it.

preview.png

-108 KB
Loading

0 commit comments

Comments
 (0)