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
Copy file name to clipboardExpand all lines: docs/de-de/plugins.md
+9
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,15 @@ Exclude the special image
103
103

104
104
```
105
105
106
+
## Demo code with instant preview and jsfiddle integration
107
+
108
+
With this plugin, sample code can be rendered on the page instantly, so that the readers can see the preview immediately.
109
+
When readers expand the demo box, the source code and description are shown there. if they click the button `Try in Jsfiddle`,
110
+
`jsfiddle.net` will be open with the code of this sample, which allow readers to revise the code and try on their own.
111
+
112
+
[Vue](https://njleonzhang.github.io/docsify-demo-box-vue/) and [React](https://njleonzhang.github.io/docsify-demo-box-react/) are both supported.
113
+
114
+
106
115
## Edit on github
107
116
108
117
Add `Edit on github` button on every pages. Provided by [@njleonzhang](https://github.com/njleonzhang), check [document](https://github.com/njleonzhang/docsify-edit-on-github)
0 commit comments