test html in RST
<h1>HTML markup rendering test</h1> <p>We <strong>can</strong> see <span>that</span> none <cite>of the HTML</cite> tags in this <em>document</em> are interpreted in the page view.<br /> whatever the <B>way</B> they are <EM>written</EM>.</p> <ul><li>Is this the expected behavior of the reStructured Text format by default?</li> <li>Is there a place where this can be configured?</li> <li>If yes, please switch it ON on plone.org :-)</li></ul> </p><HR>
From another hand
I have no problem to get all those tags rendered from RST code:
- I can write lists…
- …and format text
- use of definition lists
- that behaves normally
Bug or feature :-)
If I can embed HTML code into a StructuredText document, I would expect the same for reStructuredText, No?