class Murdoc::Languages::Markdown

Public Class Methods

annotation_only?() click to toggle source
# File lib/murdoc/languages/markdown.rb, line 12
def self.annotation_only?
  true
end
comment_symbols() click to toggle source
# File lib/murdoc/languages/markdown.rb, line 5
def self.comment_symbols
  {
    single_line: nil,
    multiline: nil
  }
end
extensions() click to toggle source
# File lib/murdoc/languages/markdown.rb, line 16
def self.extensions
  ['markdown', 'md']
end