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

Fix newline issue in paragraphs #413

Merged
merged 1 commit into from
Feb 26, 2019
Merged

Fix newline issue in paragraphs #413

merged 1 commit into from
Feb 26, 2019

Commits on Feb 26, 2019

  1. Fix newline issue in paragraphs

    In paragraph nodes newlines were being removed which causes
    issues when there are two subsequent nodes like links, spans,
    emphasis, bold, etc.
    
    Now, if the parent node is a paragraph tag, we preserve the
    newline since it's significant and results in a space that
    separates two inline nodes on render.
    
    ---
    
    Closes #412
    johno committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    c075aef View commit details
    Browse the repository at this point in the history