Sha256: b97a662571d6f215c20a758cd787a829393390da9c8f90e78668d9c1c499863b
Contents?: true
Size: 463 Bytes
Versions: 3
Compression:
Stored size: 463 Bytes
Contents
# encoding: utf-8 # frozen_string_literal: true require "brandish/processors/html/group" require "brandish/processors/html/header" require "brandish/processors/html/markup" require "brandish/processors/html/output" require "brandish/processors/html/style" require "brandish/processors/html/script" module Brandish module Processors # Processors for generating HTML output. This implements the {Common} # processors. module HTML end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
brandish-0.1.3 | lib/brandish/processors/html.rb |
brandish-0.1.2 | lib/brandish/processors/html.rb |
brandish-0.1.1 | lib/brandish/processors/html.rb |