# sig/github/markup/rdoc.rbs

class GitHub::Markup::RDoc
  def initialize: () -> void
  def to_html: () -> untyped
end


# sig/github/markup.rbs

module GitHub::Markup
  def add_markup: () -> untyped
  def can_render?: () -> untyped
  def command: () -> untyped
  def execute: () -> untyped
  def markup: () -> untyped
  def render: () -> untyped
  def renderer: () -> untyped
end
