Back to Leetcode Go

Button

website/themes/book/layouts/shortcodes/button.html

1.7.1206 B
Original Source

{{ $ref := "" }} {{ $target := "" }} {{ with .Get "href" }} {{ $ref = . }} {{ $target = "_blank" }} {{ end }} {{ with .Get "relref" }} {{ $ref = relref $ . }} {{ end }} {{ $.Inner | markdownify }}