Sha256: fb927d44f1a38f018405298c7e1034f9d58c101c4bfea5cb1615f64cb7bad0c5

Contents?: true

Size: 444 Bytes

Versions: 3

Compression:

Stored size: 444 Bytes

Contents

<html>
  <head>
<%
extend ::Kramdown::Utils::HTML
title = ''
h = @doc.tree.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

3 entries across 3 versions & 2 rubygems

Version Path
radiant-1.0.0.rc2 vendor/extensions/markdown_filter/vendor/kramdown/data/kramdown/document.html
radiant-1.0.0.rc1 vendor/extensions/markdown_filter/vendor/kramdown/data/kramdown/document.html
kramdown-0.11.0 data/kramdown/document.html