module Rabbit::Parser::Ext::Inline
Public Instance Methods
Source
# File lib/rabbit/parser/ext/inline.rb, line 38 def lang(lang, text) text.add_default_prop("lang", lang) text end
Source
# File lib/rabbit/parser/ext/inline.rb, line 34 def note(text) Note.new(text) end
Source
# File lib/rabbit/parser/ext/inline.rb, line 26 def sub(text) Subscript.new(text) end
Source
# File lib/rabbit/parser/ext/inline.rb, line 30 def sup(text) Superscript.new(text) end