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

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

Html converter #178

wants to merge 10 commits into from

Conversation

Yom3n
Copy link

@Yom3n Yom3n commented Sep 30, 2019

Html converter based on ttlg solution. I have deleted Container and rebased whole project to the newets version of Zefyr.

@ttlg ttlg mentioned this pull request Oct 1, 2019
@nalbion
Copy link

nalbion commented Oct 23, 2019

the build is failing, but only due to linter warnings

@nalbion
Copy link

nalbion commented Oct 24, 2019

This should fix the build: Yom3n#1

@JEuler
Copy link

JEuler commented Oct 25, 2019

@nalbion Maybe you can create PR that will pass the tests?

This is a useful feature to have! :)

Fixed Travis build for HTML Converter
@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

Have a look at this..

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

5 participants