public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* is there a better way to solve this?
@ 2015-01-22 20:25 Pablo Rodríguez
       [not found] ` <54C15CC2.1020903-S0/GAf8tV78@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2015-01-22 20:25 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

John,

I have the following title:

    # `git` {}{.part}

Are the empty braces the best way to make the class refer to <h1> and
not to <code>?

BTW, how about the url try.pandoc.org?

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk


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

* Re: is there a better way to solve this?
       [not found] ` <54C15CC2.1020903-S0/GAf8tV78@public.gmane.org>
@ 2015-01-22 21:01   ` BP Jonsson
       [not found]     ` <54C1652E.7000401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2015-01-22 22:09   ` Raniere Silva
  1 sibling, 1 reply; 5+ messages in thread
From: BP Jonsson @ 2015-01-22 21:01 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Den 2015-01-22 21:25, Pablo Rodríguez skrev:
> I have the following title:
>
>      # `git` {}{.part}
>
> Are the empty braces the best way to make the class refer to <h1> and
> not to <code>?

This does what you want:

     # `git` # {.part}

The second # closes the header text, and thus ensures that the 
attributes apply to the header.

/bpj

-- 
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/54C1652E.7000401%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: is there a better way to solve this?
       [not found] ` <54C15CC2.1020903-S0/GAf8tV78@public.gmane.org>
  2015-01-22 21:01   ` BP Jonsson
@ 2015-01-22 22:09   ` Raniere Silva
  1 sibling, 0 replies; 5+ messages in thread
From: Raniere Silva @ 2015-01-22 22:09 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Pablo,

thanks very much for the email. I had the same problem today. =)

Raniere

-- 
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/20150122220951.GR20823%40buriti.rgaiacs.com.
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: is there a better way to solve this?
       [not found]     ` <54C1652E.7000401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-01-23 17:28       ` Pablo Rodríguez
       [not found]         ` <54C284BF.2070205-S0/GAf8tV78@public.gmane.org>
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodríguez @ 2015-01-23 17:28 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

On 01/22/2015 10:01 PM, BP Jonsson wrote:
> [...]
> This does what you want:
> 
>      # `git` # {.part}
> 
> The second # closes the header text, and thus ensures that the 
> attributes apply to the header.

Many thanks for your reply, BP.

I didn’t know how to close the header text. Good to know that.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk

-- 
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/54C284BF.2070205%40web.de.
For more options, visit https://groups.google.com/d/optout.


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

* Re: is there a better way to solve this?
       [not found]         ` <54C284BF.2070205-S0/GAf8tV78@public.gmane.org>
@ 2015-01-23 21:21           ` BPJ
  0 siblings, 0 replies; 5+ messages in thread
From: BPJ @ 2015-01-23 21:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

Well I discovered it when I was in a similar situation because I remembered
that headers can be optionally closed by hashes -- I use that sometimes to
make ATX headers stand out better -- and I thought that maybe It was
possible to put the attributes after them. It isn't documented anywhere
AFAIK and I suspect it's an emergent feature rather than a feature.

/bpj

fredag 23 januari 2015 skrev Pablo Rodríguez <oinos-S0/GAf8tV78@public.gmane.org>:

> On 01/22/2015 10:01 PM, BP Jonsson wrote:
> > [...]
> > This does what you want:
> >
> >      # `git` # {.part}
> >
> > The second # closes the header text, and thus ensures that the
> > attributes apply to the header.
>
> Many thanks for your reply, BP.
>
> I didn’t know how to close the header text. Good to know that.
>
> Many thanks for your help,
>
>
> Pablo
> --
> http://www.ousia.tk
>
> --
> 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org <javascript:;>.
> To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
> <javascript:;>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/pandoc-discuss/54C284BF.2070205%40web.de
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CADAJKhDvRqdJCaZQVn5aom1u0Wwj%2B%2BuBJfDOjH9GxnNwtaj6vA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

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

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

end of thread, other threads:[~2015-01-23 21:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-22 20:25 is there a better way to solve this? Pablo Rodríguez
     [not found] ` <54C15CC2.1020903-S0/GAf8tV78@public.gmane.org>
2015-01-22 21:01   ` BP Jonsson
     [not found]     ` <54C1652E.7000401-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-01-23 17:28       ` Pablo Rodríguez
     [not found]         ` <54C284BF.2070205-S0/GAf8tV78@public.gmane.org>
2015-01-23 21:21           ` BPJ
2015-01-22 22:09   ` Raniere Silva

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