Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow backtick code block in "blockquote" tag plugin (#2318) #2319

Conversation

seaoak
Copy link
Member

@seaoak seaoak commented Dec 18, 2016

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 #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.

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.
@coveralls
Copy link

coveralls commented Dec 18, 2016

Coverage Status

Coverage increased (+0.008%) to 97.14% when pulling e7e765e on seaoak:feature/allow-backtick-code-block-in-blockquote-tag-plugin into 1da7ad5 on hexojs:master.

@NoahDragon
Copy link
Member

Just curious, why close this PR?

@seaoak
Copy link
Member Author

seaoak commented May 24, 2017

@NoahDragon This PR was just replaced with #2321. I'm sorry that I made a new PR instead of updating this PR. I was inexperienced in GitHub at that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants