public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Footnote-section heading?
@ 2015-10-23 23:24 John Muccigrosso
       [not found] ` <f48c6f59-2af3-40c6-ae87-df446c5122b3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John Muccigrosso @ 2015-10-23 23:24 UTC (permalink / raw)
  To: pandoc-discuss


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

Feel like I should have found something on this, but is there a way to get 
a heading on the footnote section of an HTML document, just like 
*Bibliography* gets automatically put on there?

TIA.

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/f48c6f59-2af3-40c6-ae87-df446c5122b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

* Re: Footnote-section heading?
       [not found] ` <f48c6f59-2af3-40c6-ae87-df446c5122b3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2015-10-24 22:44   ` John MacFarlane
       [not found]     ` <20151024224359.GC3531-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: John MacFarlane @ 2015-10-24 22:44 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

You can use CSS.  The footnotes are put in a div with class
"footnotes".

        div.footnotes > ol:before { content: "Footnotes" }

Styling possibilities are limited here.  Another option is
to inject something with javascript.

+++ John Muccigrosso [Oct 23 15 16:24 ]:
>   Feel like I should have found something on this, but is there a way to
>   get a heading on the footnote section of an HTML document, just like
>   Bibliography gets automatically put on there?
>   TIA.
>
>   --
>   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 [1]pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To post to this group, send email to
>   [2]pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
>   To view this discussion on the web visit
>   [3]https://groups.google.com/d/msgid/pandoc-discuss/f48c6f59-2af3-40c6-
>   ae87-df446c5122b3%40googlegroups.com.
>   For more options, visit [4]https://groups.google.com/d/optout.
>
>References
>
>   1. mailto:pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   2. mailto:pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
>   3. https://groups.google.com/d/msgid/pandoc-discuss/f48c6f59-2af3-40c6-ae87-df446c5122b3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org?utm_medium=email&utm_source=footer
>   4. https://groups.google.com/d/optout


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

* Re: Footnote-section heading?
       [not found]     ` <20151024224359.GC3531-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
@ 2015-10-25 13:40       ` John Muccigrosso
  0 siblings, 0 replies; 3+ messages in thread
From: John Muccigrosso @ 2015-10-25 13:40 UTC (permalink / raw)
  To: pandoc-discuss


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

On Saturday, October 24, 2015 at 6:44:13 PM UTC-4, John MacFarlane wrote:
>
> You can use CSS.  The footnotes are put in a div with class 
> "footnotes". 
>
>         div.footnotes > ol:before { content: "Footnotes" } 
>
> Styling possibilities are limited here.  Another option is 
> to inject something with javascript. 
>

Yeah, that's what I was doing, but the formatting is limited, as you note.

How do you feel about this as a new feature in pandoc?

-- 
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 post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/e1bb4a61-d595-4ccb-9c97-cad80a58065d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2015-10-25 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-23 23:24 Footnote-section heading? John Muccigrosso
     [not found] ` <f48c6f59-2af3-40c6-ae87-df446c5122b3-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2015-10-24 22:44   ` John MacFarlane
     [not found]     ` <20151024224359.GC3531-jF64zX8BO08aTFSqC7bH4WZHpeb/A1Y/@public.gmane.org>
2015-10-25 13:40       ` John Muccigrosso

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