Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Post History

38%
+3 −6
Q&A Why most hosting providers support ticket systems allow text only (no formatting)?

TL;DR Simply not necessary Markdown, and other methods of formatting (Word or similar documents, HTML/CSS, Latex, etc.) are used where the document is the product. In this case, the support ticket...

posted 3y ago by manassehkatz‭

Answer
#1: Initial revision by user avatar manassehkatz‭ · 2021-05-14T14:38:28Z (almost 3 years ago)
**TL;DR Simply not necessary**

Markdown, and other methods of formatting (Word or similar documents, HTML/CSS, Latex, etc.) are used where the document **is** the product. In this case, the support ticket system is purely a means to an end.

* The messages are "just the facts" and meant to be read *only one time*.
* Formatting to add emphasis is not needed - every support ticket is urgent in the eyes of the sender.
* Formatting to handle long documents is not needed - support tickets are usually, and almost always should be, very short.
* There is no training or long-term usage - a user might submit a ticket a year per web site or even much less than that, so any special formatting would likely get forgotten in between uses.
* Users may be experienced with Markdown, or they may be pure System Administrators who have no experience with it at all.
* While customers may pick a hosting company (or other provider) based on quality of the support, they generally won't know the details of the support ticket system (except to know whether it is primarily phone, email or web form based) before they purchase hosting services, so it is not a selling point. *I really can't imagine switching hosting companies because "We support Markdown in our tickets!", when what I really want is a hosting company (and I found one) where the tickets are rarely needed and when they are needed, they are handled quickly.*

In short, there is little benefit to users or the support staff, so why add this feature.