Sha256: df53e08d18b83eebbf4dbc2bacbaed16b4edef732c4c5b45d25c60d8275a923c

Contents?: true

Size: 450 Bytes

Versions: 19

Compression:

Stored size: 450 Bytes

Contents

<html>
  <head>
<%
extend ::Kramdown::Utils::Html
title = ''
h = @converter.root.children.find {|c| c.type == :header}
if h
  collector = lambda {|c| c.children.collect {|cc| cc.type == :text ? escape_html(cc.value, :text) : collector.call(cc)}.join('')}
  title = collector.call(h)
end
%>
    <title><%= title %></title>
    <meta name="generator" content="kramdown <%= ::Kramdown::VERSION %>" />
  </head>
  <body>
  <%= @body %>
  </body>
</html>

Version data entries

19 entries across 19 versions & 3 rubygems

Version Path
kramdown-1.1.0 data/kramdown/document.html
kramdown-1.0.2 data/kramdown/document.html
kramdown-1.0.1 data/kramdown/document.html
kramdown-1.0.0 data/kramdown/document.html
kramdown-0.14.2 data/kramdown/document.html
kramdown-0.14.1 data/kramdown/document.html
kramdown-0.14.0 data/kramdown/document.html
kramdown-0.13.8 data/kramdown/document.html
kramdown-0.13.7 data/kramdown/document.html
kramdown-0.13.6 data/kramdown/document.html
kramdown-0.13.5 data/kramdown/document.html
gitdown-0.0.2 data/kramdown/document.html
gitdown-0.0.1 data/kramdown/document.html
kramdown-0.13.4 data/kramdown/document.html
vanity-1.7.1 vendor/ruby/1.9.1/gems/kramdown-0.13.3/data/kramdown/document.html
kramdown-0.13.3 data/kramdown/document.html
kramdown-0.13.2 data/kramdown/document.html
kramdown-0.13.1 data/kramdown/document.html
kramdown-0.12.0 data/kramdown/document.html