Attribute Register
All element-specific attributes are listed here to provide a kind of cheat sheet.
To attach the attributes correctly in Markdown, have a look at the short Howto.
Headings
| Attribute Name | CSS-class |
|---|---|
| Paragraph heading | .h-p |
| Small paragraph h. | .h-p-s |
| Danger | .h-danger |
| Warning | .h-warn |
| Info | .h-info |
| Success | .h-success |
Paragraph
| Attribute Name | CSS-class |
|---|---|
| Standfirst paragraph | .p-first |
| Big paragraph | .p-big |
| Small paragraph | .p-small |
Blockquote
| Attribute Name | CSS-class |
|---|---|
| Hero quote | .blockquote-hero |
Lists
| Attribute Name | CSS-class |
|---|---|
| Small indent (for simple and ordered lists) | .small-indent |
Bullet list
Ordered list
| Attribute Name | CSS-class |
|---|---|
| continue (counting) | .ol-continue |
Definition list
| Attribute Name | CSS-class |
|---|---|
| Tight | .dl-tight |
| Loose | .dl-loose |
| .dl-loose3 |