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
{{ message }}
This repository was archived by the owner on Mar 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# GitBook Plugin: Advanced Emoji
2
2
3
-
Transforms emojis like `:white_check_mark:` into real <imgclass="emoji"title=":white_check_mark:"alt=":white_check_mark:"src="https://assets-cdn.github.com/images/icons/emoji/unicode/2705.png"height="20"width="20"align="absmiddle"> emoji images using [emojify.js](https://github.com/hassankhan/emojify.js).
3
+
Transforms emojis like `:white_check_mark:` into real <imgsrc="https://codeclou.github.io/gitbook-plugin-advanced-emoji/doc/white_check_mark_20.png"/> emoji images using [emojify.js](https://github.com/hassankhan/emojify.js).
4
4
5
5
Please note that this plugin only works for **markdown** files. All other filetypes will just be ignored, and the plugin does nothing.
6
6
@@ -33,6 +33,21 @@ If you want for example occurences of emojis **not replaced** you will need to w
33
33
<!-- ignore:advanced-emoji:end -->
34
34
```
35
35
36
+
You can even set the ignores around a codeblock or more lines.
37
+
38
+
```
39
+
This is a text
40
+
41
+
<!-- ignore:advanced-emoji:start -->
42
+
Check the Code
43
+
```
44
+
Code ... :white_check_mark:
45
+
```
46
+
<!-- ignore:advanced-emoji:end -->
47
+
48
+
foo
49
+
```
50
+
36
51
## License
37
52
38
53
*https://github.com/codeclou/gitbook-plugin-advanced-emoji is licensed under MIT License
0 commit comments