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

preserve single line break #108

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

BhavinPatel04
Copy link
Contributor

Description

Preserve single line break and convert multiple line breaks into single line break in HTML

Checklist:

  • I have updated/added documentation affected by my changes.
  • I have added tests to cover my changes.

@codecov
Copy link

codecov bot commented Dec 28, 2018

Codecov Report

Merging #108 into master will increase coverage by 1.12%.
The diff coverage is 93.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
+ Coverage   40.21%   41.34%   +1.12%     
==========================================
  Files          65       66       +1     
  Lines        1840     1877      +37     
==========================================
+ Hits          740      776      +36     
- Misses       1100     1101       +1     
Impacted Files Coverage Δ
packages/migrate/src/cli.js 0.00% <0.00%> (ø)
...rate/src/util/default-migrations/component-file.js 50.00% <0.00%> (ø)
packages/prettyprint/src/util/formatArgument.js 93.33% <93.33%> (ø)
packages/migrate/src/index.js 92.68% <100.00%> (+1.77%) ⬆️
...kages/migrate/src/util/default-migrations/index.js 100.00% <100.00%> (ø)
...igrate/src/util/default-migrations/update-paths.js 100.00% <100.00%> (ø)
packages/prettyprint/src/PrintContext.js 100.00% <100.00%> (ø)
packages/prettyprint/src/prettyPrintAST.js 93.75% <100.00%> (+0.41%) ⬆️
packages/prettyprint/src/prettyPrintSource.js 89.47% <100.00%> (+0.58%) ⬆️
packages/prettyprint/src/printHtmlElement.js 100.00% <100.00%> (ø)
... and 8 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 622145b...0b024ae. Read the comment docs.

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.

1 participant