public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Gary Glass <garyglassphotography-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: File splitting bug
Date: Fri, 2 Jul 2021 00:07:10 -0700 (PDT)	[thread overview]
Message-ID: <38ac5d4c-8cba-4c23-a313-bf81e79779e7n@googlegroups.com> (raw)
In-Reply-To: <m21r8ijabs.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 1206 bytes --]

I figured out the source of the issue. I had an html table in the markdown 
and I added a colgroup to the table. The colgroup caused the problem. 
Removing it made it go away.

Colgroup is not a commonly used tag (in my experience), but I think the bug 
is that pandoc shouldn't just emit invalid epub html when the source code 
is valid, even if it doesn't know what to do with it. Report an error or 
something! The html looked something like this:

<table>
    <colgroup>
        <col />
        <col style="width: 33%;" />
        <col />
    </colgroup>
    <tr>
        <td>...</td>
        <td>...</td>
        <td>...</td>
    </tr>
    ...
</table>

On Thursday, July 1, 2021 at 5:57:57 PM UTC+2 John MacFarlane wrote:

>
> No ideas. We'd have to see the actual files to know more.
>
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/38ac5d4c-8cba-4c23-a313-bf81e79779e7n%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 2149 bytes --]

  parent reply	other threads:[~2021-07-02  7:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-01  6:46 Gary Glass
     [not found] ` <297bc662-7841-4423-bcbb-534e99bbba09n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-01 15:57   ` John MacFarlane
     [not found]     ` <m21r8ijabs.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-02  7:07       ` Gary Glass [this message]
     [not found]         ` <38ac5d4c-8cba-4c23-a313-bf81e79779e7n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-02 16:55           ` John MacFarlane
     [not found]             ` <m2o8bkveog.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-06  6:31               ` Gary Glass
     [not found]                 ` <fd258aa4-a793-4d12-bb15-3f55fc2d0e4an-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-06 16:19                   ` John MacFarlane
     [not found]                     ` <m21r8bjtys.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-06 16:31                       ` John MacFarlane
     [not found]                         ` <m2mtqzieuq.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-06 17:26                           ` John MacFarlane
     [not found]                             ` <m2k0m3icb1.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-07  7:30                               ` Gary Glass
     [not found]                                 ` <5d588eaf-0fd8-4023-8296-b9748189593cn-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-07 16:47                                   ` John MacFarlane
     [not found]                                     ` <m27di2ul3e.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-09  5:56                                       ` Gary Glass
     [not found]                                         ` <53332f68-2c48-4416-91b8-8e34395d0859n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2021-07-09 18:34                                           ` John MacFarlane
     [not found]                                             ` <m2a6mvtjy3.fsf-jF64zX8BO0+FqBokazbCQ6OPv3vYUT2dxr7GGTnW70NeoWH0uzbU5w@public.gmane.org>
2021-07-09 19:57                                               ` Gary Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=38ac5d4c-8cba-4c23-a313-bf81e79779e7n@googlegroups.com \
    --to=garyglassphotography-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).