mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
The Pygments language used is extracted from the data-attribute attached to the outer `div` element. This option is displayed if the playground mapping for that language can be found. The UI model which does the actual code extraction and displaying the popover is done in a future commit.
3 lines
201 B
Handlebars
3 lines
201 B
Handlebars
{{! Display the "view code in playground" option for code blocks}}
|
|
<a target="_blank" rel="noopener noreferrer" class="code_external_link" data-toggle="tooltip"><i class="fa fa-external-link"></i></a>
|