Code block built with svelte.js for Freedom Editor
npm install @freedom-editor/svelte-code-block   
A code block built with Svelte for Freedom Editor.
```
npm i @freedom-editor/svelte-code-block
Import this block to the script where you config Freedom Editor. Create a new instance.
`
import { Code } from '@freedom-editor/svelte-code-block'
const codeBlock = new Code()
`
Register this block in options.registeredBlocks.
```
registeredBlocks: [
codeBlock
]
TODO
This project is licensed under the MIT License - see the license for more details.