Module
GitHub::Markup
In:
lib/github-markup.rb
lib/github/markup.rb
lib/github/markup/markdown.rb
lib/github/markup/rdoc.rb
lib/github/markup/gem_implementation.rb
lib/github/markup/command_implementation.rb
lib/github/markup/implementation.rb
Methods
can_render?
command
markup
markups
preload!
render
renderer
Classes and Modules
Class
GitHub::Markup::CommandError
Class
GitHub::Markup::CommandImplementation
Class
GitHub::Markup::GemImplementation
Class
GitHub::Markup::Implementation
Class
GitHub::Markup::Markdown
Class
GitHub::Markup::RDoc
Constants
VERSION
=
'1.7.0'
Version
=
VERSION
Public Instance methods
can_render?
(filename)
command
(command, regexp, name, &block)
markup
(file, pattern, opts = {}, &block)
markups
()
preload!
()
render
(filename, content = nil)
renderer
(filename)
[Validate]