Closed (fixed)
Project:
Blockquote
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jul 2009 at 21:46 UTC
Updated:
9 Jul 2010 at 12:00 UTC
Instead of placing the <blockquote> HTML tags around the quoted text, users often intuitively use the ">" sign like this:
> some included text
> by some other poster
This module could (probably as an option) detect sections of text that start with ">", remove this sign and treat such sections as quoted text (apply appropriate style, just as if it <blockquote> tags were used).
Comments
Comment #1
zeta ζ commentedThe Blockquote module takes a blockquote tag pair, and modifies it a little in order to add css styling. Thus it’s input is HTML markup, and in particular, new-lines are not significant.
The job of converting your input scheme to HTML is outside the scope of Blockquote.