Skip to content

Can support css rules? #143

Open
Open
@eromoe

Description

@eromoe

Hi,

I mean some site has their rule such as make a block , in this case, need a \n in text.

For example:

<div>
    <p styles="display:inline">
        inline 1  (no \n)
    </p>
    <p styles="display:inline">
        inline 2 (no \n)
    </p>
    <p >
        <a styles="display:block"> block 1(need add \n after) </a>
        block 2(need add \n after)   
    </p>
</div>

But styles always not write with element, usually in css, it would be nice to load several .css files to precisely convert html to text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions