mirror of
https://github.com/SqrtMinusOne/sqrtminusone.github.io.git
synced 2025-12-10 15:53:03 +03:00
8 lines
238 B
HTML
8 lines
238 B
HTML
{{ if or (hasPrefix .Inner "\n") (hasPrefix .Inner "<p>") }}
|
|
$$
|
|
{{ $inner := trim (.Inner | htmlUnescape) "$\n " }}
|
|
{{- replace $inner "\n" " " -}}
|
|
$$
|
|
{{ else }}
|
|
${{- trim (.Inner | htmlUnescape) "$\n " -}}$
|
|
{{ end }}
|