LoginSignup
6
4

More than 5 years have passed since last update.

QiitaでRunKitを無理やり埋め込む

Last updated at Posted at 2019-04-24

CodePenでRunKitのEmbedのコードを書いてQiitaで表示しています。

<script src="https://embed.runkit.com"
         data-element-id="my-element"></script>

<!-- anywhere else on your page -->
<div id="my-element">
    console.log("hello world");
</div>

See the Pen Qiita RunKit Test by hota1024 (@hota1024) on CodePen.

6
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
4