github に JavaScript ファイルがあり、コメント ブロックにマークダウンを追加するとします。
/**
* # Markdown here?
* - list?
* */
function MyClass(){
this.someMethod = function(){
// this method is added to each new instance
// for this reason, adding your methods here can bloat
};
}
マークダウンとしてレンダリングするドキュメント ブロックまたはコメント ブロックを取得できますか?