Method: MarkdownLint::Doc#offset
- Defined in:
- lib/mdl/doc.rb
#offset ⇒ Object (readonly)
The line number offset which is greater than zero when the markdown file contains YAML front matter that should be ignored.
31 32 33 |
# File 'lib/mdl/doc.rb', line 31 def offset @offset end |