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) #2321

Commits on Oct 10, 2019

  1. 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.
    seaoak authored and curbengh committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    3c865c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8240f14 View commit details
    Browse the repository at this point in the history
  3. require assert

    curbengh committed Oct 10, 2019
    Configuration menu
    Copy the full SHA
    11c032b View commit details
    Browse the repository at this point in the history