public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* [Word Docx => Gfm Markdown] How to keep merged cells on table ?
@ 2019-10-18 15:38 Jean SALMON
       [not found] ` <cfca09fb-20ba-45e9-9494-e3249a1010db-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Jean SALMON @ 2019-10-18 15:38 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi john,

Is it possible to keep merged cells on a table during conversion between 
Docx to Markdown ?
Thanks for your help.

Regards,

Jean

-- 
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/cfca09fb-20ba-45e9-9494-e3249a1010db%40googlegroups.com.

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

[-- Attachment #2: Table with merged cells in Word Docx.jpg --]
[-- Type: image/jpeg, Size: 59207 bytes --]

[-- Attachment #3: Table with merged cells converted in Markdown.jpg --]
[-- Type: image/jpeg, Size: 36924 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Word Docx => Gfm Markdown] How to keep merged cells on table ?
       [not found] ` <cfca09fb-20ba-45e9-9494-e3249a1010db-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2019-10-18 17:09   ` John MacFarlane
       [not found]     ` <m27e52ugih.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2019-10-18 17:09 UTC (permalink / raw)
  To: Jean SALMON, pandoc-discuss


No, pandoc doesn't support colspan or rowspan yet in tables.

Jean SALMON <jean.salmon.orange-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Hi john,
>
> Is it possible to keep merged cells on a table during conversion between 
> Docx to Markdown ?
> Thanks for your help.
>
> Regards,
>
> Jean
>
> -- 
> 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/cfca09fb-20ba-45e9-9494-e3249a1010db%40googlegroups.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Word Docx => Gfm Markdown] How to keep merged cells on table ?
       [not found]     ` <m27e52ugih.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
@ 2019-10-21 15:46       ` Jean SALMON
  0 siblings, 0 replies; 3+ messages in thread
From: Jean SALMON @ 2019-10-21 15:46 UTC (permalink / raw)
  To: pandoc-discuss


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

Hi John,
Thanks for you answer.

Is it possible to include Html code in the original Word document without 
it being converted (whitout antislah added) ?
For instance, a "table" like this :

<table>
 <tr>
  <td colspan="2">&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
 <tr>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
  <td>&nbsp;</td>
 </tr>
</table>


Le vendredi 18 octobre 2019 19:10:13 UTC+2, John MacFarlane a écrit :
>
>
> No, pandoc doesn't support colspan or rowspan yet in tables. 
>
> Jean SALMON <jean.sal...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org <javascript:>> writes: 
>
> > Hi john, 
> > 
> > Is it possible to keep merged cells on a table during conversion between 
> > Docx to Markdown ? 
> > Thanks for your help. 
> > 
> > Regards, 
> > 
> > Jean 
> > 
> > -- 
> > 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/cfca09fb-20ba-45e9-9494-e3249a1010db%40googlegroups.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/27b09116-9ace-4bdd-a15e-6439cfc3f51b%40googlegroups.com.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-21 15:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 15:38 [Word Docx => Gfm Markdown] How to keep merged cells on table ? Jean SALMON
     [not found] ` <cfca09fb-20ba-45e9-9494-e3249a1010db-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-18 17:09   ` John MacFarlane
     [not found]     ` <m27e52ugih.fsf-pgq/RBwaQ+zq8tPRBa0AtqxOck334EZe@public.gmane.org>
2019-10-21 15:46       ` Jean SALMON

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).