Aur 评论字段格式

Aur comment field formattings

支持 aur 评论系统格式选项,例如 codeblockitalicbold 等等?

回答我自己的问题(代码块部分):

AUR 指南对此进行了描述here

The AUR Web Interface has a comments facility that allows users to provide suggestions and feedback on improvements to the PKGBUILD contributor. Avoid pasting patches or PKGBUILDs into the comments section: they quickly become obsolete and just end up needlessly taking up lots of space. Instead email those files to the maintainer, or even use a pastebin.

这个答案很糟糕,但它是最重要的 Google 结果之一。虽然你不应该在评论中乱扔东西,但要知道 AUR 使用与 Whosebug 和 Github:

相似的格式
  • Code 使用反引号:用单个 `code` 或三重 ```code``` 包围
  • 斜体 使用星号:*text*
  • 粗体 使用 2 个星号:**文本**