Module RedCloth::Formatters::Base
In: lib/redcloth/formatters/base.rb
lib/redcloth/formatters/base.rb

Methods

Public Instance methods

[Source]

   # File lib/redcloth/formatters/base.rb, line 4
4:     def ignore(opts)
5:       opts[:text]
6:     end

[Source]

   # File lib/redcloth/formatters/base.rb, line 4
4:     def ignore(opts)
5:       opts[:text]
6:     end

[Source]

    # File lib/redcloth/formatters/base.rb, line 13
13:     def inline_redcloth_version(opts)
14:       RedCloth::VERSION::STRING
15:     end

[Source]

    # File lib/redcloth/formatters/base.rb, line 13
13:     def inline_redcloth_version(opts)
14:       RedCloth::VERSION::STRING
15:     end
notextile(opts)

Alias for ignore

notextile(opts)

Alias for ignore

[Source]

    # File lib/redcloth/formatters/base.rb, line 9
 9:     def redcloth_version(opts)
10:       p(:text => "#{opts[:prefix]}#{RedCloth::VERSION}")
11:     end

[Source]

    # File lib/redcloth/formatters/base.rb, line 9
 9:     def redcloth_version(opts)
10:       p(:text => "#{opts[:prefix]}#{RedCloth::VERSION}")
11:     end

[Validate]