On 10/18/2010 02:24 PM, Scott Serr wrote:
On 10/18/2010 12:19 PM, Ryan J Ollos wrote:
serrs wrote:
Now days trac is too smart and auto closes my tags so it doesn't
affect the rest of the page. Is there a work around? is there a name
for what trac is doing, so I can search on that?
What's the advantage to doing as you describe rather than just
putting all
of your code withing the code block opening and closing brackets,
`{{{` and
`}}}`.
Hi, thanks for replying. I'll show you what I mean:
{{{
#!html
<font size="+1">
}}}
* [wiki:PpAvailableApplications Available Applications]
* [wiki:PpRemoteDisplay Remote Display]
* [wiki:PpNotebookInstalls Notebook Installs]
* [wiki:EngineeringImap Thunderbird Email on Linux]
{{{
#!html
</font>
}}}
Assuming that the markup is making it through googlegroups ok, you can
see it was convenient to let the wiki engine work on the block of
code, but have a little more control over it. Maybe there is a
different wiki processor that is dumber. What is happening right now
is the #!html processor is putting it's own </font> at the end of the
first }}} ... just after my explicit <font> tag.
Thanks for any thoughts.
I found this on the Trac site (http://trac.edgewall.org/wiki/WikiHtml):
However a constraint is that this HTML has to be well-formed. In
particular you can't insert a start tag in an #!html block, resume
normal wiki text and insert the corresponding end tag in a second
#!html block.
Allowing poorly-formed HTML (no end tag) was a FEATURE for me... I
appreciate any help or thoughts on this.
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.