markdown

提示框

备注

<div style="padding: 15px; border: 1px solid transparent;border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #7d637a; background-color: #f6edf5; border-color: #f1e4f0;">
&#x1F4AC<b> 备注:</b>
</div>

提示

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;">
&#x1F442<b> 提示:</b>
</div>

重要

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #31708f; background-color: #d9edf7; border-color: #bce8f1;">
&#x1F50A<b> 重要:</b>
</div>

注意

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #8a6d3b;; background-color: #fcf8e3; border-color: #faebcc;">
&#x1F628<b> 注意:</b>
</div>

警告

<div style="padding: 15px; border: 1px solid transparent; border-color: transparent; margin-bottom: 20px; border-radius: 4px; color: #a94442; background-color: #f2dede; border-color: #ebccd1;">
&#x26D4<b> 警告:</b>
</div>

显示徽标(badge)

实时显示 github 项目 star 数

github 授权应用程序:github-auth

  1. 将 “https://github.com” 修改为 “https://img.shields.io/github/stars”;
  2. 结尾加上 “.svg”;

以 TensorRT 为例 “https://github.com/NVIDIA/TensorRT”,则实时 start 图片为 “https://img.shields.io/github/stars/NVIDIA/TensorRT.svg”。

![Github stars](https://img.shields.io/github/stars/NVIDIA/TensorRT.svg)

Github stars

自定义徽标

格式:”*.svg?[参数1]=[xxx]&[参数2]=[xxx]&[参数3]=[xxx]”

  1. style(样式)

    如果未指定,此徽标的默认样式为 social

    style view
    flat Github stars
    flat-square Github stars
    plastic Github stars
    for-the-badge Github stars
    social Github stars
  2. logo(图标)

    单击 simple-icons 上的图标标题进行复制。

    logo view
    appveyor Github stars
  3. logoColor(颜色)

    徽标的颜色(支持十六进制、RGB、RGBA、HSL、HSLA 和 CSS 命名颜色)。支持简单图标徽标,但不支持自定义徽标。

    logoColor view
    violet Github stars
  4. logoSize(大小)

    通过设置使图标自适应调整大小 auto。对于一些较宽的徽标(如 amdamg)很有用。支持简单图标徽标,但不支持自定义徽标。

  5. label(标签)

    覆盖默认的左侧文本(空格或特殊字符需要 URL 编码!)

    label view
    Github Star Github stars

paper 徽标

badge view
https://img.shields.io/badge/IJCAI-2022-b31b1b.svg arXiv
https://img.shields.io/badge/ECCV-2022-b31b1b.svg arXiv
Table of Contents