Test Some Cool Stuff
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 1
This is some sample content that goes here with Markdown formatting.
Placeholder 3
This is some sample content that goes here with Markdown formatting.
cs–figure

cs–fontawesome
icon: “fab fa-fw fa-twitter-square”
cs–gallery
cs–image alignment
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.