DEV Community

Discussion on: Learn how to document JavaScript/TypeScript code using JSDoc & Typedoc

Collapse
 
lexlohr profile image
Alex Lohr

One of my favorite tricks is using markdown in JSDoc comments, as it is supported by virtually all IDEs and editors with JSDoc support.

Collapse
 
mirzaleka profile image
Mirza Leka

Really? I haven't tried that. Thanks for the input