0.0.7 • Published 4 years ago

gitbook-plugin-codepens v0.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

gitbook-plugin-codepens

A gitbook plugin for codepen

How to use it?

for example:

codepen url: https://codepen.io/halaproliu/pen/GRKyvaz

like this:

[](codepen://halaproliu/GRKyvaz?height=268&defaultTab=css,result)
"plugin": ["codepen"],
"pluginConfig": {
  "codepen": {
    "height": 400,
    "theme": 14038,
    "description": "somepen",
    "defaultTab": "html"
  }
}