Is there a definitive source of all possible markup for all the SO sites? For instance, I saw on one meta site someone putting tag links in their question, and it showed up looking like the actual tag image. Is that a markup device? Also, I've heard some discussion on another meta site about creating a 'Spoiler' markup device, that would hide spoiler text until the reader hovered their mouse over it. Is there a place to see a list and usage information for specialized, SO-only markup syntax?
|
There is currently no definitive resource - more because there have actually been a few recent additions to the system in the past month or so. For the most part, everything is detailed in the Formatting Help, which is linked in various places. When asking questions, you can see it in a link on the right while you write. When answering questions, it's found by clicking the large question mark in the top right, as shown below.
That link pretty much explains how to do most of what you can format on the Stack Exchange Network. However, the two you're noting are brand new functions that have only recently been added. The closest to a timeline of this is our community-maintained changelog, which does include when these two were added. But it's not organized to help you find anything markup related. It might be wise to get the Formatting Help updated for these two. Or, failing that, find a good tag to categorize these unique markup features for easier-to-find action - they can be found under markdown, but that's also grouping it with every other basic request or support question on markdown. |
|||||||||||||||
|
|
This answer aims to collect advanced markdown features that are not listed in the inline post help (click that Spoilers
FootnotesThere are no footnotes. Move along.¹
CodeBackticks in code spansIf you need to typeset a backtick in a code span, surround your code span by multiple backticks. See the markdown documentation for more information. This is a code span containing a lone backtick:
Syntax highlighting (coloring)Stack Exchange uses Google Code Prettify for automatic syntax highlighting.
Domain-specific needsKeyboard keysThis is part of supported HTML markup: LaTeXSites that need mathematical typesetting allow Citing Stack Exchange tagsThis is Stack Overflow's markup tag. That is Meta Stack Overflow's markup tag.
Comment markupNote that the features listed here can be used in questions, answers and tag wikis, but not in comments. Comments use a very restricted markdown subset with a few incompatibilities: HTML tags don't work; hyperlinks must use the In addition, some sequences of the form Final wordsIf you want to experiment, use the formatting sandbox. |
||||
|
|
|
Since the Great Editing Help Revamp of May 2011, http://stackoverflow.com/editing-help is the place you're looking for. It has been much improved, contains everything1 from the list here, and it is supposed to always be up-to-date. If you find anything that's missing, please open a question here on Meta so we can add it. For advanced Markdown features (we obviously can't put everything in there), it also links to John Gruber's syntax Markdown documentation, which obviously is the definitive resource for all things Markdown. 1Except for footnotes, because they don't exist. Also, things like syntax highlighting or LaTeX are only mentioned on sites where the respective feature is enabled. |
|||||||||
|
