Method: Fast::Node#md_link_description
- Defined in:
- lib/fast/git.rb
#md_link_description ⇒ String
able to create a markdown link without parens.
87 88 89 |
# File 'lib/fast/git.rb', line 87 def md_link_description source[/([^\r\(]+)\(/, 1] || source end |