假设我在 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
};
}
我可以获取文档块或注释块以呈现为降价吗?