Hi!
As far as I can say, blockquotes are not being identified by the module in Book pages. I tried several things including examples in the code and found on Texy site.
The text remains unaltered.

Comments

havran’s picture

Have you enabled Texy! input format? I tried this now in my site and blockquotes are generated correct. Simple test

Texy! Blockquote working in book page?

> test blockquote
>  block

here http://www.fem.uniag.sk/havran/texy-blockquote-working-book-page

rbl’s picture

Everything else like bolds, italics, etc is working fine (at least the ones I tested) except for blockquotes.
The text remains like that:
> test blockquote
> block

I have Texy! active only for Filtered HTML input format and its weight it's 10 (it's run after the other filters) which is the default setting for it.
Have you changed this or use Texy! in another input format?

Thanks =)
Ricardo

havran’s picture

I have Texy! as a single formater (no other). Maybe you need add blockquote into Allowed HTML tags in Filtered HTML filter configuration.

Allowed HTML tags:
If "Strip disallowed tags" is selected, optionally specify tags which should not be stripped. JavaScript event attributes are always stripped.

rbl’s picture

The blockquote tag was already in the allowed html tags list.

Hummm... I might try your configuration but in the meanwhile try mine and see if blockquote works.

havran’s picture

In your configuration generated html looks like:

<p>Texy! Blockquote working in book page?</p>

<p>&gt; test blockquote
<br>&gt; block</p>

You need move Texy! filter before HTML filter, because HTML filter convert < into &gt; ...

rbl’s picture

Bingo! It works now. Thanks for your help! =)

Ricardo

havran’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)