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