Back to Leetcode Go

Expand

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

1.7.1165 B
Original Source

{{ warnf "Expand shortcode is deprecated. Use 'details' instead." }}

{{ default (i18n "Expand") (.Get 0) }}{{ default "↕" (.Get 1) }}

{{ .Inner | markdownify }}