Sha256: e1f568f833c167e8e532a8c830d50c2962494797859bf44bd0db54372f9fb0d0
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
<!doctype html> <html lang="{{ lang }}"> <head> <title>{{ title }}</title> <meta charset="UTF-8" /> <style> kbd { font-family: "Droid Sans Mono", "Luxi Mono", "Inconsolata", monospace } samp, code { font-family: "Terminus", "Courier", "Lucida Console", monospace } .nested { margin-left: 3em; } aside, u { opacity: 0.7 } a[id^="fn-"]:target { background: #ff0 } </style> </head> <body class="pod"> <div id="___top"></div> {{{ header }}} {{# title }}<h1 class='title'>{{ title }}</h1>{{/ title }} {{# subtitle }}<p class='subtitle'>{{ subtitle }}</p>{{/ subtitle }} <div class="pod-body no-toc"> {{# body }}{{{ . }}}{{/ body }} </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-markup-3.0.2 | vendor/Pod-To-HTML/resources/examples/main.mustache |