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 Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

83%
+8 −0
Q&A Markup documentation?

Where is the documentation for the markdown codes used on these pages? I'm trying to RTFM, but can't find the M. I did look in HELP, but it's not there. Below where I'm typing this, there is a b...

1 answer  ·  posted 4y ago by Olin Lathrop‭  ·  last activity 4y ago by ArtOfCode‭

Question documentation
#1: Initial revision by user avatar Olin Lathrop‭ · 2020-06-07T22:14:15Z (almost 4 years ago)
Where is the documentation for the markdown codes used on these pages?  I'm trying to RTFM, but can't find the M.  I did look in HELP, but it's not there.

Below where I'm typing this, there is a brief description of bold, italics, and "code" (Mono-space font?  Not sure, haven't tried it).  In the bar above there are buttons for those (not sure what the point is if you can just type the characters), and 7 other things.  However, those other things don't explain themselves, so you can't learn from them.

For example, I tried to use a numbered list in another post.  I clicked the button, and it seeded the first entry numbered 1.  However, there was no obvious way to start the next entry.  Clicking the button again created a new subordinate list (makes sense).  Unfortunately, whatever syntax it created was hidden, so I couldn't replicate it for the next entry.  I gave up and just started new paragraphs with a number.

I want to write some canonical questions and other documents, and I care that they look well formatted.  Using the buttons isn't an answer.  First, that takes longer, breaks the flow of typing, and is thereby tedius.  Second, you can't do that when preparing a document off-line in a text editor.

"It's standard markdown" isn't an answer either.  I've been on a lot of sites that called their markup language "markdown", but each had different details.  I'm looking for the document that describes how *this* site works.

It would also be nice to know what HTML is supported, because I'll use that whenever possible.  Unlike markdown, HTML is a real standard, and can be previewed off-line with a browser.  Apparently HTML special characters with the &amp;xxx; syntax is supported, but little else I've found so far.