<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Jim Tambling wrote:
<blockquote
 cite="mid:72D9E13A8FC8994794D448E91198AE070133FC60@mail.sys.internal"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 10 (filtered)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {font-family:Arial;
        color:windowtext;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Hello all,</span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;"> </span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">In my quest to achieve
RTFM nirvana I came across this post:
  <a moz-do-not-send="true"
 href="http://www.gossamer-threads.com/lists/rt/users/70588#70588">http://www.gossamer-threads.com/lists/rt/users/70588#70588</a></span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;"> </span></font></p>
  <p class="MsoNormal"><font face="Arial" size="2"><span
 style="font-size: 10pt; font-family: Arial;">Has anybody achieved this
in RT 3.8.2/RTFM 2.4.1?</span></font></p>
  </div>
</blockquote>
I have had it in my test RT instance and it works. People don't have to
remember that == means H2 etc. The drawback is that the WikiText CF is
still very limited, by design, what it can do. <br>
In trying to extend its possibilities I removed some of the
restrictions that are in the code, ScrubHTML component, and tried to
implement new rules in Text::WikiText(?) but had more problems then I
wanted to solve and had time for. Out of curiosity I installed the
FireFox WriteArea extension, implements fckeditor for textareas, and
disabled the use of Text::WikiText formating. After editing a RTFM
article with WriteArea you're left with lots of HTML code in your CF
but after submitting it and viewing it shows up very nice. Tables,
pictures, even attachments directly referenced from tickets. Biggest
problem: possible abuse by cross site scripting if your instance is
open to the public. Ours is a closed instance so I might use this in
production.<br>
<br>
Greetings,<br>
<br>
Joop<br>
</body>
</html>