Let's enable markdown in the button title (#308)
Added " | markdownify" to the inner text of button.
This commit is contained in:
parent
cb57401039
commit
27c1791144
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
||||||
{{ $ref = relref $ . }}
|
{{ $ref = relref $ . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<a {{ with $ref }} href="{{.}}" {{ end }} {{ with $target }} target="{{.}}" {{ end }} class="book-btn{{ with .Get "class" }} {{ . }}{{ end }}">
|
<a {{ with $ref }} href="{{.}}" {{ end }} {{ with $target }} target="{{.}}" {{ end }} class="book-btn{{ with .Get "class" }} {{ . }}{{ end }}">
|
||||||
{{ $.Inner }}
|
{{ $.Inner | markdownify }}
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue