public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
From: Isaac Rabicoff <irabicoff-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: pandoc-discuss <pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
Subject: custom style for table with docx writer / pandoc api
Date: Thu, 19 Nov 2020 11:14:19 -0800 (PST)	[thread overview]
Message-ID: <df52ce0e-349b-4226-a97f-b45b241f0679n@googlegroups.com> (raw)


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

So far, I've been successful using a reference doc to apply a custom table 
style (updating the internal Table style with custom borders).

But now, I'm simply trying to make a table with no borders at all. 

I tried to pass an `attr` to `Table`, `TableBody`, etc, with no luck.

My attribute is:
attr = (mempty, mempty [("custom-style", "NoBorder")])

This works with `divWith` if I'm trying to set a font style, but not for 
table styles.

1) Is there some way to use a Pandoc Table style, that overrides the 
reference doc "Table" style?

2) Is there a way to set a custom style for a table, i.e. using the 
"custom-style" attribute?

Thanks much for your help!

-- 
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/df52ce0e-349b-4226-a97f-b45b241f0679n%40googlegroups.com.

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

             reply	other threads:[~2020-11-19 19:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19 19:14 Isaac Rabicoff [this message]
     [not found] ` <df52ce0e-349b-4226-a97f-b45b241f0679n-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-11-20  1:36   ` Isaac Rabicoff

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=df52ce0e-349b-4226-a97f-b45b241f0679n@googlegroups.com \
    --to=irabicoff-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).