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

Html converter #194

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Html converter #194

wants to merge 9 commits into from

Conversation

nalbion
Copy link

@nalbion nalbion commented Oct 27, 2019

No description provided.

@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #194 into master will decrease coverage by 2.24%.
The diff coverage is 82.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
- Coverage   90.63%   88.38%   -2.25%     
==========================================
  Files          12       13       +1     
  Lines        1089     1498     +409     
==========================================
+ Hits          987     1324     +337     
- Misses        102      174      +72
Impacted Files Coverage Δ
packages/notus/lib/src/document/attributes.dart 75% <ø> (ø) ⬆️
packages/notus/lib/convert.dart 0% <0%> (ø) ⬆️
packages/notus/lib/src/convert/html.dart 82.59% <82.59%> (ø)

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 7f102b9...1db03aa. Read the comment docs.

@JEuler
Copy link

JEuler commented Dec 18, 2019

Do you have plans to merget it (also)? Thx for you great editor!

@chocovish
Copy link

There is problem with this. if a line is bulleted (unordered list) and that line contains different styles per word like

<ul>
<li> This <i>is</i> <b>bold</b> </li>
</ul>

it gives output like

  • This
  • is
  • bold

@stuartwk
Copy link

Any progress on this? Looking to convert zefyr to html.

@nalbion
Copy link
Author

nalbion commented May 28, 2020

@chocovish Delta doesn't support nested formatting - but that could change...
slab/delta#48

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.

6 participants