Jekyll use kramdown as the default markdown processor. kramdown can adding attributes to block and span-level elements thgird-containre ALDs1 feature. with the help of ALDs, we can defined class names to an element by {:.class-name1.class-name-2}.
TeXt offer some CSS classes that you can use in the post. You can refer to THIS POST.
Alert
| Class Names |
|---|
| success |
| info |
| warning |
| error |
Success Text.
Info Text.
Warning Text.
Error Text.
markdown:
Success Text.
{:.success}
Info Text.
{:.info}
Warning Text.
{:.warning}
Error Text.
{:.error}
Tag
| Class Names |
|---|
| success |
| info |
| warning |
| error |
success
info
warning
error
markdown:
`success`{:.success}
`info`{:.info}
`warning`{:.warning}
`error`{:.error}
Image
| Class Names |
|---|
| border |
| shadow |
| rounded |
| circle |
Border

{:.border}
Shadow

{:.shadow}
Rounded

{:.rounded}
Circle

{:.circle}
Mixture

{:.border.rounded}

{:.circle.shadow}

{:.circle.border.shadow}
PREVIOUSWriting Posts
NEXTExtensions