| Class | Texy::BlockQuoteElement |
| In: |
lib/texy/modules/quote.rb
|
| Parent: | BlockElement |
Html element blockquote
| cite | [RW] |
# File lib/texy/modules/quote.rb, line 138 def initialize(texy) super self.tag = 'blockquote' self.cite = Url.new(texy) end