mn-code

# shell script say 'hello'

hello

/* css */ body {background: red} // javascript console.log('hello')
# to install this module npm install --save mn-code

And bundle dependencies and main files in dist/ with your preferred tool.

usage

Use the tag mn-code and put your code

// a hello world console.log('hello')

will show

// a hello world console.log('hello')

the component automatically recognize the language, but if you want specify the language, using a css class. The following classes be available html, css, js, and sh (shell script).