Method: Webhookdb::Replicator::Docgen#markdown

Defined in:
lib/webhookdb/replicator/docgen.rb

#markdownObject



35
36
37
38
39
40
41
42
43
# File 'lib/webhookdb/replicator/docgen.rb', line 35

def markdown
  _frontmatter
  _intro
  _features
  _schema
  _tabledef
  _prevnext
  return lines.join("\n")
end