Sha256: ae8022f13d414524095fac8998b20321d4d83c3ac65f7cb2f105fb9177e2718e
Contents?: true
Size: 757 Bytes
Versions: 2
Compression:
Stored size: 757 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset='UTF-8'> <title>try kramdown - kramdown-service ruby gem - convert markdown to HTML or LaTeX</title> <link href="<%= url('/style.css') %>" rel='stylesheet'> <%= erb :'_editor_head' %> </head> <body> <table width="100%" class="header"> <tr> <td class="title"> <h1><a href="/">kramdown Online Editor</a></h1> </td> <td align="right"> <a href="/service">HTTP JSON API Service</a> • <a href="https://github.com/writekit/kramdown-service">About</a> </td> </tr> </table> <%= yield %> <div class="footer" align="center"> Brought to you by <a href="http://manuscripts.github.io">Manuscripts</a> and friends. </div> <%= erb :'_version' %> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kramdown-service-1.0.0 | lib/kramdown/service/views/layout.erb |
kramdown-service-0.3.0 | lib/kramdown/service/views/layout.erb |