and tutorials
2024-09-23
highlight and highlight-currenthighlightDespite the default green, red, and blue, there are three colors available for this template:
Code:
Noted that, class fragment- with highlight-forestgreen, highlight-indianred, highlight-steelblue also highlight the fragment of current index with font-weight bold.
highlight-currentSimilar to the use of highlight, but the effects will disappear if next fragment index is triggered.
Code:
Output:
highlight-bold and highlight-current-boldWhen using highlight-bold and highlight-current-bold the original color is inherited. Both of them highlights the text with bold and slight shading.
Code:
blurBlur the text in the beginning, and then unveil it.
Code:
rtag, ltag and nftagCode:
- Hello World [a no-floating tag]{.nftag fragment-index=1 .fragment}
- Hello World [a align-right tag]{.rtag fragment-index=2 .fragment}
- Hello World [a align-left tag]{.ltag fragment-index=3 .fragment}
Code:
- Hello, this ({.inlineimg}) is an inline image.