I want to display text in blockquote tag
<blockquote>
This is my formatted text
This is the second line
</blockquote>
instead of <pre> tag.
<pre>
This is my formatted text
This is the second line
</pre>
Because I couldn't change the <blockquote> to <pre> tag, but I want the text displayed in the same manner of using <pre> tag.
Are there any ways to do that in css?