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

sequence number (letter) at ordered list gone while using custom css #40

Open
zyxer opened this issue Sep 21, 2017 · 0 comments
Open

sequence number (letter) at ordered list gone while using custom css #40

zyxer opened this issue Sep 21, 2017 · 0 comments

Comments

@zyxer
Copy link

zyxer commented Sep 21, 2017

I'm trying to render next HTML page using latest ver. of CSSBox 4.13 and ImageRenderer class:

<head>
<link rel="stylesheet" type="text/css" href="quill.snow.css">
</head>
<body class="ql-editor">
<ol><li><strong>Heres text one - test one </strong></li><li class="ql-indent-1">One</li><li><strong>Heres text two - test one </strong></li><li class="ql-indent-1">Two</li></ol>
</body>

Where quill.snow.css - https://cdn.quilljs.com/1.0.0/quill.snow.css (from https://github.com/quilljs/quill)

And sequence number or letter in my ordered list just gone. Here's image from Chrome and CSSBox output: https://goo.gl/cMTAAA

It's probably problem of CSS parser, but how I can fix it? Do someone have any clue?

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

No branches or pull requests

1 participant