From f80846bd4a96ad51a0327ae2cf58bbe0ee6dd00d Mon Sep 17 00:00:00 2001 From: wxq Date: Fri, 4 Jun 2021 12:19:03 +0800 Subject: [PATCH] docs: src of docsify-copy-code (#1585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: 沈唁 <52o@qq52o.cn> --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index c5d0cc7f..c128c4f3 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -138,7 +138,7 @@ When readers expand the demo box, the source code and description are shown ther Add a simple `Click to copy` button to all preformatted code blocks to effortlessly allow users to copy example code from your docs. Provided by [@jperasmus](https://github.com/jperasmus) ```html - + ``` See [here](https://github.com/jperasmus/docsify-copy-code/blob/master/README.md) for more details.