Class: Murdoc::Languages::Markdown

Inherits:
Base
  • Object
show all
Defined in:
lib/murdoc/languages/markdown.rb

Class Method Summary collapse

Methods inherited from Base

applies_for?, name

Class Method Details

.annotation_only?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/murdoc/languages/markdown.rb', line 12

def self.annotation_only?
  true
end

.comment_symbolsObject



5
6
7
8
9
10
# File 'lib/murdoc/languages/markdown.rb', line 5

def self.comment_symbols
  {
    single_line: nil,
    multiline: nil
  }
end

.extensionsObject



16
17
18
# File 'lib/murdoc/languages/markdown.rb', line 16

def self.extensions
  ['markdown', 'md']
end