Sha256: 9d7defc835dd77760ead94e249d2ffdc8163e39e2fead81272f9704c1caa2369
Contents?: true
Size: 260 Bytes
Versions: 1
Compression:
Stored size: 260 Bytes
Contents
module Middleman module MarkdownYamlFrontMatter class Extension < ::Middleman::Extension def initialize(app, options_hash={}, &block) super require 'middleman/core_extensions/front_matter/markdown_style' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
middleman-markdown-yaml-front-matter-0.0.2 | lib/middleman/markdown_yaml_front_matter/extension.rb |