Sha256: fb13a5fe86d56605b71144c2ec3741b8fd9a40e86e0337017e57b5c9cf6539c5
Contents?: true
Size: 250 Bytes
Versions: 3
Compression:
Stored size: 250 Bytes
Contents
module Polygon class Dialect < WLang::Html def tilde(buf, fn) text = evaluate(fn) buf << context.markdown(text) end tag '~', :tilde Tilt.prefer Tilt::WLangTemplate.with_options(:dialect => Dialect), 'wlang' end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
polygon-0.10.1 | lib/polygon/dialect.rb |
polygon-0.10.0 | lib/polygon/dialect.rb |
polygon-0.9.1 | lib/polygon/dialect.rb |