Sha256: 6f35e05732c0127189fd8afe24118f627867c228f17e6dfb3b3a1e87da3cdcc3
Contents?: true
Size: 609 Bytes
Versions: 2
Compression:
Stored size: 609 Bytes
Contents
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja-jp" lang="ja-jp"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title><%= @title %></title> <link rel="stylesheet" type="text/css" href="css/markd.css" /> <link href="google-code-prettify/prettify.css" type="text/css" rel="stylesheet" /> <script type="text/javascript" src="google-code-prettify/prettify.js"></script </head> <body> <%= @md_html %> <script lang="text/javascript" src="js/jquery.min.js"></script> <script lang="text/javascript" src="js/markd.js"></script> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
markd-0.1.1 | template/template.html.erb |
markd-0.1.0 | template/template.html.erb |