explainjs
explainjs copied to clipboard
A JavaScript library that creates a side-by-side view of your code with your explanations.
I expected this: ``` /** * ## 3. Something * * some part text */ ``` to markdown as a H2 followed by a P. the initial space seems to...
In the explainjs code the html tags in doc comments are escaped. If you want to create a rich documentation you can use the markdown options to allow or not...
A javascript syntax highlighter would add some colors to explainJS. What do you think about adding one?
This is a great tool for those of us that religiously comment our code. Would be awesome if it parsed JSDoc in some way, maybe just adding some basic formatting.