Method: RedClothForTex#inline

Defined in:
lib/redcloth_for_tex.rb

#inline(text) ⇒ Object



589
590
591
592
593
594
# File 'lib/redcloth_for_tex.rb', line 589

def inline( text )
  image text 
  links text 
  code text 
  span text
end