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

Option to don't inline certain parts of the document? #44

Open
derralf opened this issue Feb 18, 2017 · 1 comment
Open

Option to don't inline certain parts of the document? #44

derralf opened this issue Feb 18, 2017 · 1 comment

Comments

@derralf
Copy link

derralf commented Feb 18, 2017

Hi everyone,

is there an option to prevent inlining on parts or areas of the document?
e.g.:

<table class="my-table-apply-inline-styles-here">
  <tr>
    <td class="my-td-apply-inline-styles-here-too">
        <!-- don't inline this -->
        <h1>Some Headline</h1>
        <p>Some Text<br>and some more Text</p>
        <p>...</p>
        <!-- from here on do inlining again -->
    </td>
  </tr>
</table>

thanks,
Ralf

@Steadyx
Copy link

Steadyx commented Feb 18, 2017

@derralf Not that I know of!

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

2 participants