jodoc-js icon indicating copy to clipboard operation
jodoc-js copied to clipboard

joDoc port to nodejs

Results 6 jodoc-js issues
Sort by recently updated
recently updated
newest added

Block comments generated by CoffeeScript are indented to align with the code rendering the Markdown unusable e.g. ``` ###* # Test file CoffeeScript Lorum ipsum... ### x = 42 ```...

jodoc-js is not dogfooding. We need to add proper markdown based comments and use it as a sample of how to use the product.

Basically everything about TOC is broken, the only thing that seems to work is linking to other mdown files based on the autolinker. Single file APIStatus Single-file - {about.mdown}Broken `File...

I added CommonJS module support for configuration. Standard JSON seems to be ... difficult to load and convert to a JavaScript object, so I just used module.exports and it's one...

It seems I can't open issues in my fork, so putting this here. Automatic linking is happening everywhere not just in the TOC, causing markdown in source files to link...

My inline documentation uses **bold** markdown to emphasize certain bits. This works fine with joDoc, but fails in jodoc-js. It ignores the entire line after the *. A quick scan...