IBM / nicedoc.io

pretty README as service.
https://nicedoc.io
Apache License 2.0
473 stars 30 forks source link

Integrate with RunKit #60

Open sindresorhus opened 5 years ago

sindresorhus commented 5 years ago

Would be nice to automatically integrate codeblocks in the readme with RunKit so user's are one click away from trying them out.

Kikobeats commented 5 years ago

That could be awesome.

I suppose the way for doing that is creating a unified plugin that transforms code blocks into Runkit routine if the language of the code block is compatible (javascript or any alias like js)

correct me if I'm wrong @wooorm 🙂

wooorm commented 5 years ago

Yeah! Runkit only supports js right? Or also things like ts? 🤔

sindresorhus commented 5 years ago

JS only. https://runkit.com/docs

Kikobeats commented 5 years ago

what about https://github.com/featurist/codesandbox-example-links?