Mattias Borell
> and thus it's not possible to add block-style to the quotation itself.
you can still define blockquote {...}, which can have for example
padding and margin etc.
Together with blockquote p {}
you can get layout as if you would not have p tags at all.
You just need some more CSS.