public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Setting the document language on the HTML tag in epub3
@ 2019-10-29 14:40 Patrick Kenny
       [not found] ` <c500692e-7472-40fa-991e-378b7ab173d5-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Patrick Kenny @ 2019-10-29 14:40 UTC (permalink / raw)
  To: pandoc-discuss


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

Going from markdown to epub3, how do I set the language on the HTML tag in 
the epub?

For epub3, the template looks like this:

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub=
"http://www.idpf.org/2007/ops"$if(lang)$ xml:lang="$lang$"$endif$>

In my YAML metadata block, I have this:

language: ja

This sets the language in content.opf:

    <dc:language>ja</dc:language>

But it doesn't set the language on the HTML tag.

I also tried adding

language: ja

to the metadata, but this didn't change the value on the HTML tag, either.

-- 
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/c500692e-7472-40fa-991e-378b7ab173d5%40googlegroups.com.

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

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

end of thread, other threads:[~2019-11-03 23:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 14:40 Setting the document language on the HTML tag in epub3 Patrick Kenny
     [not found] ` <c500692e-7472-40fa-991e-378b7ab173d5-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-29 16:41   ` BP Jonsson
     [not found]     ` <CAFC_yuTob=pKyjGrQ3tT8SNp+o7E2hbpz3MZRqy_52=mfy5wJw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-10-30  0:39       ` Patrick Kenny
     [not found]         ` <92867006-1219-4139-9aff-1bc7345c09c5-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-30 14:00           ` BP Jonsson
     [not found]             ` <CAFC_yuShZKiXOcyR2A3QPO6R=0s2m5SkbYKDwm=DP+Y8pWRwvw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2019-10-30 14:15               ` Daniel Staal
2019-10-30 15:13           ` Benct Philip Jonsson
     [not found]             ` <bcba4331-6848-78df-39b4-66027098c757-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2019-10-30 18:12               ` Patrick Kenny
     [not found]                 ` <b0afa24e-6be4-47a0-af2a-d36eeee469af-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2019-10-30 20:21                   ` BPJ
2019-11-03 22:59                   ` John MacFarlane
2019-11-03 23:11                   ` John MacFarlane

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