discourse/lib/onebox/templates/github/github_body.mustache

6 lines
321 B
Plaintext

{{#body}}
<div class="github-row">
<p class="github-body-container">{{body}}{{#excerpt}}<span class="show-more-container"><a href="{{html_url}}" target="_blank" rel="noopener" class="show-more">…</a>{{/excerpt}}</span>{{#excerpt}}<span class="excerpt hidden">{{excerpt}}</span>{{/excerpt}}</p>
</div>
{{/body}}