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.9

Instance Method Summary collapse

Instance Method Details

#get_prepost(match) ⇒ Object



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

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

#get_text(match) ⇒ Object



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

def get_text(match)
    match[2]
end