qiita-markdown icon indicating copy to clipboard operation
qiita-markdown copied to clipboard

Allow embedding of deno deploy playground

Open ayame113 opened this issue 4 years ago • 2 comments

deno deploy playground is a code sharing service like code-pen. https://deno.com/blog/deploy-beta3#playgrounds

We can embed code by allowing code that contains an iframe tag like the one below. (We can get this code from https://embed.deno.com/?id=my-server-example&layout=both.)

<iframe width="100%" height="600" src="https://embed.deno.com/playground/my-server-example?layout=both"></iframe>

It would be great if qiita could embed a deno deploy playground.

ayame113 avatar Nov 21 '21 06:11 ayame113

@ayame113 Thank you for creating issue. We are planning to enable embedding of other notations as well, so we will consider this as well at that time.

kyntk avatar Nov 22 '21 01:11 kyntk

@ayame113 Thank you for creating issue. We are planning to enable embedding of other notations as well, so we will consider this as well at that time.

Thanks!

ayame113 avatar Nov 22 '21 03:11 ayame113