We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
markdownify
1 parent 3260703 commit 5680ad3Copy full SHA for 5680ad3
1 file changed
layouts/shortcodes/publications.html
@@ -37,16 +37,16 @@ <h2>{{ $year }}</h2>
37
>
38
<div class="publication-title">
39
{{- with .url -}}<a href="{{ . }}">{{- end -}}
40
- {{- .title | safeHTML -}}
+ {{- .title | markdownify -}}
41
{{- if .url }}</a>{{ end -}}
42
</div>
43
44
<div class="publication-authors">
45
- <span>{{ index . "authors-display" | safeHTML }}</span>
+ <span>{{ index . "authors-display" | markdownify }}</span>
46
47
48
{{- with $venue }}
49
- <div class="publication-venue">{{ . | safeHTML }}</div>
+ <div class="publication-venue">{{ . | markdownify }}</div>
50
{{ end -}}
51
52
{{- with .keywords -}}
0 commit comments