WIP - add extractor, generate snippet_data
This commit is contained in:
12
node_modules/mdast-util-toc/index.js
generated
vendored
Normal file
12
node_modules/mdast-util-toc/index.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @author Titus Wormer
|
||||
* @copyright 2015 Titus Wormer
|
||||
* @license MIT
|
||||
* @module mdast:toc
|
||||
* @fileoverview Generate a Table of Contents (TOC) from a given Markdown file.
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
/* Expose. */
|
||||
module.exports = require('./lib');
|
||||
Reference in New Issue
Block a user