csnover / js-doc-parse

An experimental library for parsing JavaScript files and extracting inline documentation.
31 stars 7 forks source link

dojodoc indentation processing #59

Closed wkeese closed 9 years ago

wkeese commented 12 years ago

Keeps track of which indentation is part of the markdown, and which isn't, so that nested lists and code blocks are parsed correctly. Also fixes tab --> space conversion.

Fixes #56.

wkeese commented 9 years ago

This is in https://github.com/dojo/js-doc-parse.