Hi,

I'm working on a specific backend, so i'm writing a conf file.

When i want to process the admonition paragraphs i would like to give 
specific treatement according to its type (tip, note...).

At this moment my code is the following

[admonitionblock]

{name} 

ifeval::[{name}=="note"]
>
 // specific code for note admonition paragraph 

endif::[]
> ifeval::[{name}=="tip"]
>
// specific code for note admonition paragraph  

endif::[]


The name attribute reference is defined. I've tested and its value can be 
note or tip according my document (first line of my example).

The problem is the Python expressions are always false even if {name} is 
equal note or tip.

Any ideas ?

Thanks 

Mickael

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/d/optout.

Reply via email to