Closed ole-tange closed 2 years ago
In this case, pod2html gives the same result: the greater than signs after bold sequence. Which means that pod2rst is doing the right thing, AFAICS.
You should probably escape those, as in E<gt>
, i.e:
Foo B<E<gt>> bar B<baz>.
Foo B<E<gt>E<gt>> bar B<baz>.
Foo B<E<gt>E<gt>E<gt>> bar B<baz>.
Can you confirm that it works for you too?
That works.
Thanks.
Gives:
Should give: