Class: Deplate::Particle::DeprecatedTextStyleMarkup

Inherits:
DeprecatedParticle
  • Object
show all
Defined in:
lib/deplate/mod/markup-1-warn.rb

Overview

textstyles-warn-single.rb @Author: Thomas Link (micathom AT gmail com) @Website: deplate.sf.net/ @License: GPL (see www.gnu.org/licenses/gpl.txt) @Created: 03-Okt-2004. @Revision: 0.11

Instance Method Summary collapse

Instance Method Details

#get_prepost(match) ⇒ Object



14
15
16
# File 'lib/deplate/mod/markup-1-warn.rb', line 14

def get_prepost(match)
    [[match[1]], [match[4]]]
end

#get_text(match) ⇒ Object



11
12
13
# File 'lib/deplate/mod/markup-1-warn.rb', line 11

def get_text(match)
    match[2]
end