Problem

If I input Markdown code inside a
{% blockquote %} tag, it won’t be parsed.
How can the headings and hyperlinks inside the quoted text be displayed?
Solution
That’s trivial. Changing the Markdown code into HTML solves the problem.
Lessons learnt
- A newline character
\nin each{% blockquote %}tag really means a newline in the resulting blockquote. - Pullquotes can be used inside blockquote.1
-
See 常玩手機腦生鏽 14%青年無記性 in Blog 1 for an working example. ↩