Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
63107e8e22
|
@ -1,4 +1,12 @@
|
||||||
<div class="alert alert-warning d-flex" role="alert">
|
<div class="alert alert-warning d-flex" role="alert">
|
||||||
<div class="flex-shrink-1 alert-icon">{{ with .Get "icon" }}{{.}} {{ end }}</div>
|
<div class="flex-shrink-1 alert-icon">{{ with .Get "icon" }}{{.}} {{ end }}</div>
|
||||||
<div class="w-100">{{ with .Get "text" }}{{ . | safeHTML }}{{ end }}</div>
|
{{ with .Get "text"}}
|
||||||
|
<div class="w-100">{{ . | safeHTML }} </div>
|
||||||
|
{{ else }}
|
||||||
|
{{ with .Inner}}
|
||||||
|
<div class="w-100"> {{ . | markdownify}}</div>
|
||||||
|
{{ else }}
|
||||||
|
{{ errorf "No valid text variable or Inner content given"}}
|
||||||
|
{{ end }}
|
||||||
|
{{ end}}
|
||||||
</div>
|
</div>
|
File diff suppressed because it is too large
Load Diff
|
@ -52,6 +52,7 @@
|
||||||
"katex": "^0.13",
|
"katex": "^0.13",
|
||||||
"lazysizes": "^5.3",
|
"lazysizes": "^5.3",
|
||||||
"markdownlint-cli": "^0.27",
|
"markdownlint-cli": "^0.27",
|
||||||
|
"mermaid": "^8.9.2",
|
||||||
"netlify-lambda": "^2.0",
|
"netlify-lambda": "^2.0",
|
||||||
"postcss": "^8.2",
|
"postcss": "^8.2",
|
||||||
"postcss-cli": "^8.3",
|
"postcss-cli": "^8.3",
|
||||||
|
|
Loading…
Reference in New Issue