Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow backtick code block in "blockquote" tag plugin (hexojs#2318).
When backtick code block(s) exist as contents of a "blockquote" tag plugin, each code block is translated to a string "undefined" in HTML (Issue hexojs#2318). In analyzing markdown source text, while the replacement of these elements with placeholders are nesting, recoveries from placeholders are executed only once. So I modify to repeat the recovery process until all placeholders are recovered.
- Loading branch information