1 分钟阅读

cs–button

default text .btn
Primary Text .btn .btn–primary

Button Type Example Class Kramdown Default Text .btn Text Primary Text .btn .btn–primary Text Success Text .btn .btn–success Text Warning Text .btn .btn–warning Text Danger Text .btn .btn–danger Text Info Text .btn .btn–info Text Inverse Text .btn .btn–inverse Text Light Outline Text .btn .btn–light-outline Text

cs–feature-row

placeholder image 1

Placeholder 1

This is some sample content that goes here with Markdown formatting.

placeholder image 2

Placeholder 2

This is some sample content that goes here with Markdown formatting.

Read More

Placeholder 3

This is some sample content that goes here with Markdown formatting.

cs–figure

this is a placeholder image
This is a figure caption.

cs–fontawesome

icon: “fab fa-fw fa-twitter-square”

  • fab fa-twitter-square 是图标的名字。详见链接
  • fa-fw 是指固定宽度。更多信息科参考链接

cs–gallery

placeholder image 1 placeholder image 2 placeholder image 3
This is a sample gallery with Markdown support.

cs–image alignment

image-center image-full image-center image-full assets/images/logo-apple-touch-icon.png

cs–notice

ProTip: Be sure to remove /docs and /test if you forked Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don’t want them littering up your repo.

kramdown代码如下:

**ProTip:** Be sure to remove `/docs` and `/test` if you forked Minimal Mistakes. These folders contain documentation and test pages for the theme and you probably don’t want them littering up your repo.
{:.notice--info}

Watch out! This paragraph of text has been emphasized with the {: .notice} class.

Watch out!This paragraph of text has been emphasized with the {: .notice--primary} class.

Watch out!This paragraph of text has been emphasized with the {: .notice--info} class.

Watch out!This paragraph of text has been emphasized with the {: .notice--warning} class.

Watch out!This paragraph of text has been emphasized with the {: .notice--success} class.

Watch out!This paragraph of text has been emphasized with the {: .notice--danger} class.

更新时间: