( defn linkify-comment "Add Markdown-style links for any GitHub issue numbers present in comment" [ repo comment ] ( clojure.string/replace comment # "#(\d+)" ( ...
確定! 回上一頁