When posting code I have to escape the escape code to make it show up on the site. So if I am posting anything with regex I have to change all the \’s to \\. This is a problem with the way it is displaying the text on the page in view mode on the front of the site. Someone needs to edit the text and replace \ with \\ just before the text is posted. This has been dead for 2 years. Should I find someone to do it and fork it?
]]>When I installed the plugin, the code would creep off the side of the screen, so I made it wrap and put a nice gray background around it and indented it (same as on www.remarpro.com).
Here’s the style:
pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
border: 1px solid #dadada; background-color: #F0F0F0; padding:11px 11px 11px 11px;
}
]]>