public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: John MacFarlane <jgm-TVLZxgkOlNX2fBVCVOL8/A@public.gmane.org>
To: "T. Kurt Bond"
	<tkurtbond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
Subject: Re:
Date: Wed, 09 Jun 2021 08:24:46 -0700	[thread overview]
Message-ID: <m2im2n9i2p.fsf@MacBook-Air.hsd1.ca.comcast.net> (raw)
In-Reply-To: <CAN1EhV_aNcHtsaajksgMqk3+nu0spmWMkvkCSh78PyBGLng=vQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>


colspans aren't currently supported. See
https://github.com/jgm/pandoc/issues/6991

"T. Kurt Bond" <tkurtbond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Here's a reStructuredText table that renders improperly:
>
> +---------------+------------+---------------+-------------+
> |               | **Damage** |               | **Damage**  |
> +===============+============+===============+=============+
> | Axe           | +3D        | *Modern Tech* |             |
> +---------------+------------+---------------+-------------+
> | Club          | +1D+1      | Light Pistol  | 3D+2        |
> +---------------+------------+---------------+-------------+
> | Hatchet       | +1D+1      | Heavy Pistol  | 4D          |
> +---------------+------------+---------------+-------------+
> | Halberd       | +3D        | Rifle         | 5D          |
> +---------------+------------+---------------+-------------+
> | Knife         | +1D        | Shotgun       | 4D+2        |
> +---------------+------------+---------------+-------------+
> | Mace          | +1D+1      | BFG           | 6D          |
> +---------------+------------+---------------+-------------+
> | Rapier        | +2D        | *Sci-Fi Tech*               |
> +---------------+------------+---------------+-------------+
> | Staff         | +1D+2      | Plasma Pistol | 5D          |
> +---------------+------------+---------------+-------------+
> | Spear         | +2D        | Plasma Rifle  | 6D          |
> +---------------+------------+---------------+-------------+
> | Sword         | +2D+2      | Plasma BFG    | 7D          |
> +---------------+------------+---------------+-------------+
> | Sword, 2h     | +3D+1      | Plasma Sword  | +4D         |
> +---------------+------------+---------------+-------------+
> | Warhammer     | +3D        | *Ranges in Feet (S/M/L)*    |
> +---------------+------------+---------------+-------------+
> | Bow           | +2D+2      | Bow           | 30/100/300  |
> +---------------+------------+---------------+-------------+
> | Crossbow      | 4D+1       | Crossbow      | 50/150/400  |
> +---------------+------------+---------------+-------------+
> | *Armor Value*              | All Pistols   | 30/100/350  |
> +---------------+------------+---------------+-------------+
> | Leather       | +2         | All Rifles    | 100/350/500 |
> +---------------+------------+---------------+-------------+
> | Chainmail     | +6         | Shotguns      | 50/150/400  |
> +---------------+------------+---------------+-------------+
> | Platemail     | +9         | BFG           | 100/400/700 |
> +---------------+------------+---------------+-------------+
> | Shield        | +4         | Grenades      | 10/20/30    |
> +---------------+------------+---------------+-------------+
>
> Here's the PDF produced with pandoc 2.14.01 via ms output:
> [image: image.png]
> The "*Ranges with Feet        (S/M/L)*" eight lines from the bottom in the
> 3rd and 4th columns should be one cell, not two, and the asterisks should
> have turned it into italics.
>
> Same thing in the ConTeXt output:
> [image: image.png]
>
> Here's the docutils output via LaTeX for comparison:
> [image: image.png]
>
> Here's the native output for the row in question:
>   ,Row ("",[],[])
>    [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
>     [Plain [Str "Warhammer"]]
>    ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
>     [Plain [Str "+3D"]]
>    ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
>     [Plain [Str "*Ranges",Space,Str "in",Space,Str "Feet"]]
>    ,Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
>     [Plain [Str "(S/M/L)*"]]]
>
> Any ideas?
> -- 
> T. Kurt Bond, tkurtbond-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, https://tkurtbond.github.io
>
> -- 
> 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/CAN1EhV_aNcHtsaajksgMqk3%2Bnu0spmWMkvkCSh78PyBGLng%3DvQ%40mail.gmail.com.


  parent reply	other threads:[~2021-06-09 15:24 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08 20:31 (unknown) T. Kurt Bond
     [not found] ` <CAN1EhV_aNcHtsaajksgMqk3+nu0spmWMkvkCSh78PyBGLng=vQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-06-09 15:24   ` John MacFarlane [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-25  1:09 (unknown) lcy1980.ly
     [not found] ` <5cc108ce.1c69fb81.7cd5a.f1b5-ATjtLOhZ0NVl57MIdRCFDg@public.gmane.org>
2019-04-25  1:27   ` Xing GUO
2019-04-25  7:02   ` Re: Joost Kremers
2018-02-08 11:34 Ubuntu 16.04 pandoc installation via cabal fails Uwe Brauer
2018-02-08 21:15 ` John MACFARLANE
2018-02-10 10:58   ` [compiled filter does not work anymore] (was: Ubuntu 16.04 pandoc installation via cabal fails) Uwe Brauer
2018-02-12  6:02     ` John MacFarlane
2018-02-13 11:07       ` Uwe Brauer
     [not found]         ` <873725jggo.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2018-02-13 17:12           ` Re: John MacFarlane
2018-02-13 17:46             ` Re: Uwe Brauer
2018-02-15  8:53             ` [Bug/Error in latex reader, but syntax ok] (was: ) Uwe Brauer
2018-02-15 18:02               ` John MacFarlane
2018-02-17 17:59                 ` Uwe Brauer
2018-02-13 18:32           ` Re: Jesse Rosenthal
     [not found]             ` <c5aa96f9-40a0-6ebc-c376-6d1d7b695921@mat.ucm.es>
     [not found]               ` <c5aa96f9-40a0-6ebc-c376-6d1d7b695921-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2018-02-13 19:00                 ` Re: Jesse Rosenthal
2018-02-13 21:48                   ` Re: Uwe Brauer
2018-02-13 21:43             ` Re: Uwe Brauer
2018-01-31 13:43 pandoc 2.1.1 64 bit Ubuntu: Could not find module `Text.Pandoc.JSON' Uwe Brauer
2018-01-31 16:30 ` [installed from source] (was: pandoc 2.1.1 64 bit Ubuntu: Could not find module `Text.Pandoc.JSON') Uwe Brauer
2018-01-31 17:54   ` John MacFarlane
2018-01-31 19:03     ` Uwe Brauer
2017-08-21 14:26 latex to html or plain text without any latex construct Uwe Brauer
2017-08-21 21:00 ` John MACFARLANE
2017-08-22 12:20   ` Uwe Brauer
2017-08-22 17:50     ` John MACFARLANE
2017-08-22 20:16       ` Uwe Brauer
2017-08-23  0:09         ` John MacFarlane
2017-08-23 12:22           ` [SOLVED, almost] (was: latex to html or plain text without any latex construct) Uwe Brauer
2017-08-23 14:15             ` John MacFarlane
2017-08-23 16:13               ` Uwe Brauer
     [not found]                 ` <8760dew9da.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2017-08-23 20:54                   ` Re: John MACFARLANE
2017-08-24 16:26                     ` Re: Uwe Brauer
     [not found]                       ` <87378h53vq.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2017-08-24 16:43                         ` Re: John MACFARLANE
2017-08-24 17:30                           ` Re: Uwe Brauer
     [not found]                             ` <87y3q850vx.fsf-YB6e1s5WF/He5aOfsHch1g@public.gmane.org>
2017-08-24 17:56                               ` Re: John MACFARLANE
2017-08-24 16:44                         ` Re: John MACFARLANE
2017-08-24 17:32                           ` Re: Uwe Brauer
2017-08-23 14:15             ` (was: latex to html or plain text without any latex construct) John MacFarlane
2017-08-23 16:13               ` Uwe Brauer

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=m2im2n9i2p.fsf@MacBook-Air.hsd1.ca.comcast.net \
    --to=jgm-tvlzxgkolnx2fbvcvol8/a@public.gmane.org \
    --cc=pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=tkurtbond-Re5JQEeQqe8AvxtiuMwx3w@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).