@ianwalter/prism-loader
v1.2.0
Published
A Webpack loader that makes code blocks syntax highlightable using Prism
Downloads
6
Readme
@ianwalter/prism-loader
A Webpack loader that makes code blocks syntax highlightable using Prism
Installation
yarn add @ianwalter/prism-loader --dev
Usage
{
module: {
rules: [
{ test: /\.html$/, loader: '@ianwalter/prism-loader' }
]
}
}
License
Apache 2.0 with Commons Clause - See LICENSE
Created by Ian Walter