Method: JsDuck::MetaTag#format
- Defined in:
- lib/jsduck/meta_tag.rb
#format(text) ⇒ Object
Helper method to format the text in standard JsDuck way. This means running it through Markdown engine and expanding @link and @img tags.
73 74 75 |
# File 'lib/jsduck/meta_tag.rb', line 73 def format(text) @formatter.format(text) end |