|
[heading size="{size}"]{text}[/heading]
|
<{size}>{text}</{size}> |
|
64 |
|
[heading size="{size}" style="{style}"]{text}[/heading]
|
<{size} class="{style}">{text}</{size}> |
|
22 |
|
[h2 dotted]{text}[/h2]
|
<h2 class="underline">{text}</h2> |
|
91 |
|
[h1 dotted]{text}[/h1]
|
<h1 class="underline">{text}</h1> |
|
119 |
|
[h3 dotted]{text}[/h3]
|
<h3 class="underline">{text}</h3> |
|
120 |
|
[h4 dotted]{text}[/h4]
|
<h4 class="underline">{text}</h4> |
|
121 |
|
[h5 dotted]{text}[/h5]
|
<h5 class="underline">{text}</h5> |
|
122 |
|
[h6 dotted]{text}[/h6]
|
<h6 class="underline">{text}</h6> |
|
123 |
|
[list style="{style}"]{list}[/list]
|
<ul class="uk-list {style}">{list}</ul> |
|
26 |
|
[list]{items}[/list]
|
<ul>{items}</ul> |
|
65 |
|
[nested_list]{list}[/nested_list]
|
<ul class="uk-list uk-nested-list">{list}</ul> |
|
66 |
|
[code]{text}[/code]
|
<code>{text}</code> |
|
75 |
|
[li]{element}[/li]
|
<li>{element}</li> |
|
27 |
|
[tag url="{url}"]{text}[/tag]
|
<a class="tag-body" href="{url}"><span class="tag">{text}</span></a> |
|
29 |
|
[block_number]{number}[/block_number]
|
<span class="block-number">{number}</span> |
|
31 |
|
[block_icon icon="{icon}"]{text}[/block_icon]
|
<p><span class="block-icon uk-{icon}"></span>{text}</p> |
|
42 |
|
[border_icon icon="{icon}"]{text}[/border_icon]
|
<i class="big-icon uk-round-icon uk-{icon}"></i><p>{text}</p> |
|
86 |
|
[date {date}:{month}]{text}[/date]
|
<div class="uk-clearfix"><p class="uk-event-time">{date}:{month}</p><p>{text}</p></div> |
|
32 |
|
[blockquote author="{author}"]{text}[/blockquote]
|
<blockquote class="uk-clearfix"><p>{text}</p><span class="author">{author}</span></blockquote> |
|
28 |
|
[alert style="{style}"]{text}[/alert]
|
<div class="uk-alert-{style} uk-alert">{text}</div> |
|
25 |