UNPKG

metalsmith-metallic

Version:

A Metalsmith plugin to hightlight code blocks in markdown using highlight.js.

20 lines (14 loc) 164 B
--- template: layout --- Non code ``` local var = "untyped code" ``` ```js var t = 'typed code' ``` ``` js var t = 'typed code with a space' ``` More non code