Results 4 issues of Jesse Spangenberger

I am creating a custom TOC to fix #104 for me; however, it's not that easy. ```javascript var toc = require('markdown-toc'); var md = '# heading\n## heading 2\n### heading 3';...

docs

I have following function: ``` createToc(doc) { const options = {} const toc = require('markdown-toc'); return Promise.resolve().then(() => { return new Remarkable() .use(toc.plugin(options)) .render(doc); }); } ``` When building the...

Note: [querystring-es3](https://github.com/SpainTrain/querystring-es3) v1.0.0 still hasn't released to NPM. Issue SpainTrain/querystring-es3#6 requests it be released. Not sure how you want to work in these fixes @doowb; however, until querystring-es3 new version...

I posted an SO question on the issue: [sqlite3 OperationalError(disk I/O error) when accessing a DB with Python inside a Virtual Machine](https://stackoverflow.com/q/70089477/1994708) Setup is as follows: [ Host (Win10) ]...

bug