Code
Importing
1
import { Code } from '@infinityfx/fluid';
Usage
hello-world.js
1
2
3
const text = 'hello world!';
console.log(text);
title
lineNumbers
hello-world.js
1
2
3
const text = 'hello world!';
console.log(text);
1
import { Code } from '@infinityfx/fluid';
1
2
3
const text = 'hello world!';
console.log(text);
1
2
3
const text = 'hello world!';
console.log(text);