History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: CHD-2038
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Assignee: Unassigned
Reporter: Bill Arlofski
Votes: 0
Watchers: 0
Operations

Clone this issue
If you were logged in you would be able to see more operations.
Cerberus Helpdesk

Would like PLAIN TEXT option in knowledgebase again

Created: 01/Sep/10 09:23 AM   Updated: 29/Dec/10 04:22 PM
Fix Version/s: Sea of 1000 Wishes

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Marquee: Knowledgebase


 Description   
The current two options "Markup" and "HTML" completely break the plain formatting of things like shell or perl scripts. Adding back the "plain text" option in the knowlegebase article editor dialog would be much appreciated.

 All   Comments   Work Log   Change History      Sort Order:
Comment by Jeff Standen [WGM] [06/Sep/10 07:55 AM]
With Markdown:
http://daringfireball.net/projects/markdown/syntax#precode

With HTML, use <code> or <pre>.

Comment by Bill Arlofski [06/Sep/10 09:00 AM]
Sigh... I tried that (using <pre> that is) but in my rush, I think I had missed checking HTML as the format.

<code> does not work, but <pre> does, so that is sufficient for my use when posting bash, perl, or ruby scripts as knowledgebase articles.

Thanks again for the fast response.