public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Kolen Cheung <christian.kolen-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: Re: ANN: pandoc 2.10
Date: Thu, 2 Jul 2020 16:52:22 -0700 (PDT)	[thread overview]
Message-ID: <1d38ad14-28f2-4d35-b54c-44cdbeadff42o@googlegroups.com> (raw)
In-Reply-To: <m2h7upho8z.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>


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

Yes, but some framework (such as panflute) parses the AST so currently 
panflute is broken when used together with pandoc 2.10 because it doesn't 
understand the new AST. Also, it has been pantable's goal to support every 
feature supported by the pandoc table AST. So pantable, acting as a 
"markdown extension of CSV table" (i.e. it provides a mapping from CSV to 
pandoc AST) can start to support that first, every if pandoc writers may 
not support it yet.

Or may be could you point out where we should start looking more into this? 
e.g.

- https://github.com/jgm/pandoc/issues/1024
- https://github.com/jgm/pandoc-types/issues/65
- https://github.com/jgm/pandoc-types/pull/66
- https://hackage.haskell.org/package/pandoc <- which one should we start 
here?

On Thursday, July 2, 2020 at 9:32:18 AM UTC-7, John MacFarlane wrote:
>
>
> Currently none of the readers support row/colspans. 
> So filters can't help you here. hopefully that will 
> begin to change. 
>
> jiewuza <jie...-9Onoh4P/yGk@public.gmane.org <javascript:>> writes: 
>
> > Kolen Cheung <christi...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> 
> > writes: 
> > 
> >> Are there any pointers on adding support of the new ASTs on filter 
> >> interfaces, specifically the new table AST? Thanks. 
> > 
> > I am also interested in this question, as I am wondering if it is 
> > possible for a lua filter to convert a rowspan/colspan table in html to 
> > one in latex. 
> > 
> > -- 
> > 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-...-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:>. 
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/pandoc-discuss/m27dvmgi93.fsf%40163.com. 
>
>

-- 
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/1d38ad14-28f2-4d35-b54c-44cdbeadff42o%40googlegroups.com.

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

  parent reply	other threads:[~2020-07-02 23:52 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  5:22 John MacFarlane
     [not found] ` <m2366db01o.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-06-30 13:18   ` 'andre...-32lpuo7BZBA@public.gmane.org' via pandoc-discuss
     [not found]     ` <7c2e96b3-53e2-402d-b5c6-dfb462a56760n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-06-30 19:07       ` LaTeX alt text (was: ANN: pandoc 2.10) Albert Krewinkel
2020-06-30 20:50       ` ANN: pandoc 2.10 John MacFarlane
2020-07-01  1:34   ` Lloyd R. Prentice
2020-07-01  7:52   ` Axel Kielhorn
     [not found]     ` <117937E5-2D23-4738-AC38-566BD144AAC5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-01 17:53       ` John MacFarlane
     [not found]         ` <m2mu4ji0ld.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-07-02  4:15           ` Axel Kielhorn
     [not found]             ` <4EC8C949-C4D8-44AB-A1D4-0D0C3656C970-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2020-07-02 16:29               ` John MacFarlane
     [not found]                 ` <m2k0zlhocm.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-07-02 17:46                   ` Axel Kielhorn
2020-07-02  1:12   ` Kolen Cheung
2020-07-02 13:26     ` jiewuza
     [not found]       ` <m27dvmgi93.fsf-9Onoh4P/yGk@public.gmane.org>
2020-07-02 16:31         ` John MacFarlane
     [not found]           ` <m2h7upho8z.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2020-07-02 23:52             ` Kolen Cheung [this message]
     [not found]               ` <1d38ad14-28f2-4d35-b54c-44cdbeadff42o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-07-02 23:55                 ` Kolen Cheung
2020-07-03  4:47                 ` John MacFarlane

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=1d38ad14-28f2-4d35-b54c-44cdbeadff42o@googlegroups.com \
    --to=christian.kolen-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).