Method: Jazzy::SourceKitten.autolink_document
- Defined in:
- lib/jazzy/sourcekitten.rb
.autolink_document(html, doc) ⇒ Object
For autolinking external markdown documents
1013 1014 1015 |
# File 'lib/jazzy/sourcekitten.rb', line 1013 def self.autolink_document(html, doc) autolink_text(html, doc) end |