README
Code
Code renders inline code snippets and code blocks.
Installation
yarn add @atlaskit/code
Usage
Detailed docs and example usage can be found here.
Code highlights short strings of code snippets inline with body text.
<script type="module">
import atlaskitCode from 'https://cdn.skypack.dev/@atlaskit/code';
</script>
Code renders inline code snippets and code blocks.
yarn add @atlaskit/code
Detailed docs and example usage can be found here.