format pretty comment ## usage ```js const origin=` /** * ```js * let a = function b() {console.log("asd"); * }; * ``` * ```json * {name: 1 * } * ``` */` const prettyComment=require('pretty-comment') console.log(prettyComment(origin)) /** * ```j
Formatting of status messages and comments for terminal output and source files.
No description provided.