Sha256: 37c1d6b6010ce31cbfcff8026c62d9cf667b41ac7166273e9a7e5363b831507c
Contents?: true
Size: 1.07 KB
Versions: 1
Compression:
Stored size: 1.07 KB
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 { font-family: "Terminus", "Courier", "Lucida Console", monospace } u { text-decoration: none } .nested { margin-left: 3em; } aside, u { opacity: 0.7 } a[id^="fn-"]:target { background: #ff0 } </style> {{# css }}<link rel="stylesheet" href="{{ css }}">{{/ css }} {{# metadata }}{{{ metadata }}}{{/ metadata }} {{{ head }}} </head> <body class="pod"> <div id="___top"></div> {{{ header }}} {{# title }}<h1 class='title'>{{ title }}</h1>{{/ title }} {{# subtitle }}<p class='subtitle'>{{ subtitle }}</p>{{/ subtitle }} {{# toc }}{{{ toc }}}{{/ toc }} <div class="pod-body{{^ toc }} no-toc{{/ toc }})"> {{# body }}{{{ . }}}{{/ body }} </div> {{# footnotes }}{{{ footnotes }}}{{/ footnotes }} {{{ footer }}} </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
github-markup-3.0.2 | vendor/Pod-To-HTML/resources/templates/main.mustache |