Class: Murdoc::Languages::Markdown
- Defined in:
- lib/murdoc/languages/markdown.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.annotation_only? ⇒ Boolean
12 13 14 |
# File 'lib/murdoc/languages/markdown.rb', line 12 def self.annotation_only? true end |
.comment_symbols ⇒ Object
5 6 7 8 9 10 |
# File 'lib/murdoc/languages/markdown.rb', line 5 def self.comment_symbols { single_line: nil, multiline: nil } end |
.extensions ⇒ Object
16 17 18 |
# File 'lib/murdoc/languages/markdown.rb', line 16 def self.extensions ['markdown', 'md'] end |