public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Remove Default CSS
@ 2022-06-26 10:38 System Coding
       [not found] ` <9624673b-d6fd-481b-939c-76c587e422ban-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: System Coding @ 2022-06-26 10:38 UTC (permalink / raw)
  To: pandoc-discuss


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

Is there a way to remove default css generated by pandoc and not remove my 
css?

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

* Re: Remove Default CSS
       [not found] ` <9624673b-d6fd-481b-939c-76c587e422ban-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2022-06-26 19:43   ` BPJ
  0 siblings, 0 replies; 2+ messages in thread
From: BPJ @ 2022-06-26 19:43 UTC (permalink / raw)
  To: pandoc-discuss

[-- Attachment #1: Type: text/plain, Size: 1575 bytes --]

1.  Create a copy of the default HTML template with `pandoc -D html
>mytemplate.html`.

2. Remove the three lines

``````html
<style>
    $styles.html()
</style>
``````

(Currently they start at line 20)

3.  Use the modified template by saying `--template mytemplate.html` on the
command line.

see https://pandoc.org/MANUAL.html#templates

Den sön 26 juni 2022 12:39System Coding <revanthnagmunagala-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
skrev:

> Is there a way to remove default css generated by pandoc and not remove my
> css?
>
> --
> 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/9624673b-d6fd-481b-939c-76c587e422ban%40googlegroups.com
> <https://groups.google.com/d/msgid/pandoc-discuss/9624673b-d6fd-481b-939c-76c587e422ban%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CADAJKhByM7mptzK3VOtOfHwXap19%2BvQ9sRXkLsw1jNktqWJvhA%40mail.gmail.com.

[-- Attachment #2: Type: text/html, Size: 2709 bytes --]

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

end of thread, other threads:[~2022-06-26 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 10:38 Remove Default CSS System Coding
     [not found] ` <9624673b-d6fd-481b-939c-76c587e422ban-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2022-06-26 19:43   ` BPJ

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