/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes
NameSizeModeActions
added-in.html2750644editdlrm
bs-table.html3990644editdlrm
callout-deprecated-dark-variants.html4670644editdlrm
callout.html2340644editdlrm
deprecated-in.html2790644editdlrm
docsref.html830644editdlrm
example.html24250644editdlrm
js-dismiss.html5610644editdlrm
js-docs.html24460644editdlrm
markdown.html290644editdlrm
param.html5960644editdlrm
partial.html250644editdlrm
placeholder.html29200644editdlrm
scss-docs.html29690644editdlrm
table.html8440644editdlrm
year.html660644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html (2425B)
{{- /* Usage: `example args` `args` are all optional and can be one of the following: * id: the `div`'s id - default: "" * class: any extra class(es) to be added to the `div` - default: "" * lang: language used to display the code - default: "html" * show_markup: if the markup should be output in the HTML - default: `true` * show_preview: if the preview should be output in the HTML - default: `true` * stackblitz_add_js: if extra JS snippet should be added to StackBlitz - default: `false` */ -}} {{- $id := .Get "id" -}} {{- $class := .Get "class" -}} {{- $lang := .Get "lang" | default "html" -}} {{- $stackblitz_add_js := .Get "stackblitz_add_js" | default false -}} {{- $show_markup := .Get "show_markup" | default true -}} {{- $show_preview := .Get "show_preview" | default true -}} {{- $input := .Inner -}} {{- $content := .Inner -}}
{{- if eq $show_preview true -}} {{- $input -}}
{{- end -}} {{- if eq $show_markup true -}} {{- if eq $show_preview true -}}
{{- $lang -}}
{{- end -}} {{- $content = replaceRE `` `...` $content -}} {{- $content = replaceRE `` `...` $content -}} {{- $content = replaceRE ` (class=" *?")` "" $content -}} {{- highlight (trim $content "\n") $lang "" -}} {{- end -}}