mirror of https://github.com/twbs/bootstrap.git
example.html: use double quotes
This commit is contained in:
parent
04acb679ab
commit
e40b3355f0
|
@ -20,6 +20,6 @@
|
||||||
|
|
||||||
{{- if eq $show_markup true -}}
|
{{- if eq $show_markup true -}}
|
||||||
{{- $content := replaceRE `<svg.*class=.bd\-placeholder\-img(?:\-lg)?(?:\s*?bd\-placeholder\-img\-lg)?\s?(.*?)".*?<\/svg>\n` `<img src="..." class="$1" alt="...">` $input -}}
|
{{- $content := replaceRE `<svg.*class=.bd\-placeholder\-img(?:\-lg)?(?:\s*?bd\-placeholder\-img\-lg)?\s?(.*?)".*?<\/svg>\n` `<img src="..." class="$1" alt="...">` $input -}}
|
||||||
{{- $content = replaceRE `(class="\s*?")` `` $content -}}
|
{{- $content = replaceRE `(class="\s*?")` "" $content -}}
|
||||||
{{- highlight (trim $content `\n`) `html` `` -}}
|
{{- highlight (trim $content "\n") "html" "" -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue