From 4dd186840531788cefbf1b4c09853720d59779f6 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 4 May 2020 17:07:20 +0800 Subject: [PATCH] docs: update your-first-plugin.md (#8147) Merge pull request 8147 --- docs/_docs/plugins/your-first-plugin.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/_docs/plugins/your-first-plugin.md b/docs/_docs/plugins/your-first-plugin.md index dfa15e65..f1063581 100644 --- a/docs/_docs/plugins/your-first-plugin.md +++ b/docs/_docs/plugins/your-first-plugin.md @@ -62,7 +62,12 @@ Obfuscates emails to protect them from spam bots. ## Hooks [Hooks](/docs/plugins/hooks/) give fine-grained control to extend the build -process. +process. For example: + +* [jemoji](https://github.com/jekyll/jemoji) Display emojis :+1: +* [jekyll-mentions](https://github.com/jekyll/jekyll-mentions) turns mentions @jekyll into links +* [jekyll-spaceship](https://github.com/jeffreytse/jekyll-spaceship) - advanced example. Provides +powerful supports for table, mathjax, plantuml, video, etc. ## Flags