Sha256: 2e3786555b98bf599ac643bf2a01ab68e34152a55d7ab72a68d5bd99c77fbe7e
Contents?: true
Size: 627 Bytes
Versions: 58
Compression:
Stored size: 627 Bytes
Contents
{{ $source := index .Site.Data (.Get "source") }} {{ $headers := $source.headers }} {{ $body := $source.body }} <table class="table is-hoverable"> <thead> <tr> {{ range $headers }} <th>{{ .name }}</th> {{ end }} </tr> </thead> <tbody> {{ range $body }} <tr> <td class="is-narrow has-background-light">{{ .name }}</td> <td class="has-text-grey">{{ .description | $.Page.RenderString }}</td> <td class="is-narrow">{{ highlight .example "javascript" "" }}</td> </tr> {{ end }} </tbody> </table>
Version data entries
58 entries across 58 versions & 1 rubygems