<div>Please tell me if this is a bad idea, but how about this as a solution:</div>
<div>If you are only interested in minimal markup, like the ability to&nbsp;use the &lt;em&gt; tag,&nbsp;what about using a special character to indicate it in the node title, and then processing the title at the theme layer (for example with a regular expression) to convert the characters into&nbsp;tags.
</div>
<div>For example, you could use Hello *World!* as the node title and then convert this with a simple regular expression to Hello &lt;em&gt;World!&lt;/em&gt; when the node is rendered.</div>
<div>This would have the added advantage of&nbsp;keep clean the RSS feed from the node. It would also be much shorter than putting markup in the title, bearing in mind the 255 char limit.<br>Would this be classified as a hack?
</div>
<div>&nbsp;</div>
<div class="gmail_quote">On Jan 18, 2008 1:37 AM, Yuval Hager &lt;<a href="mailto:yuval@avramzon.net">yuval@avramzon.net</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d">On Thursday 17 January 2008, Moshe Weitzman wrote:<br>&gt; try it and you will see. titles in rss reeds and emails will have<br>&gt; markup in them, for example. and many places run<br>&gt; check_plain($node-&gt;title) before output.
<br>&gt;<br><br></div>I believe hacking core should be the last option in terms of manageability, so<br>I&#39;ve opened an issue on this - <a href="http://drupal.org/node/211475" target="_blank">http://drupal.org/node/211475
</a>. Patches are<br>welcome.<br><font color="#888888"><br>--y<br></font>
<div class="Ih2E3d"><br>&gt; &gt; I am just curious why the nyobserver site hacked core and not used a cck<br>&gt; &gt; field.. (reading through the comments in that thread I see some reference<br>&gt; &gt; to this challenge - 
<a href="http://drupal.org/nyobserver#comment-228510" target="_blank">http://drupal.org/nyobserver#comment-228510</a>)<br><br><br><br></div>
<div>
<div></div>
<div class="Wj3C7c">--<br>Yuval Hager<br>[T] +972-77-341-4155<br>[@] <a href="mailto:yuval@avramzon.net">yuval@avramzon.net</a><br></div></div></blockquote></div><br>