Package Exports
- hifile
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hifile) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
hifile
Generate file viewer markup for highlighted strings from highlight.js
Usage
var hifile = require('hifile');
var str = fs.readFileSync(path.join(__dirname, 'example.js'), 'utf8'),
var markup = hifile(str, 'js');
Presentation and behaviour are provided via assets/hifile.css
and assets/hifile.js
; when served to the browser
with the markup, line numbers and line highlighting will be available. The end result should look something like:
For an example generation and use, see example.js
.