Method: Quickpress.list_markup
- Defined in:
- lib/quickpress.rb
.list_markup ⇒ Object
893 894 895 896 897 898 899 900 |
# File 'lib/quickpress.rb', line 893 def list_markup puts "Name (file extension)" puts @@supported_markup.each do |m| puts "* #{m[0]} (#{m[1]})" end end |