foundation / inky

Convert a simple HTML syntax into tables compatible with Foundation for Emails.
http://foundation.zurb.com/emails
674 stars 108 forks source link

Main table wrapper not being generated #87

Open charlie-s opened 7 years ago

charlie-s commented 7 years ago

In the examples and other documentation (e.g. the grid), the main wrapper seems to be missing:

<table class="body">
    <tbody>
        <tr>
            <td class="center" align="center" valign="top">
                <table class="container">
                    <tbody>
                        <tr>
                            <td>

Is this something we should be hard-coding around our Inky templating code, or is there a component that handles this?