APL Orchard: Difference between revisions

Jump to navigation Jump to search
145 bytes removed ,  00:41, 28 December 2020
no edit summary
No edit summary
Line 35: Line 35:
* '''Bold''': <source lang=md inline>**bold**</source> or <source lang=md inline>__bold__</source>
* '''Bold''': <source lang=md inline>**bold**</source> or <source lang=md inline>__bold__</source>
* '''Strike through''': <source lang=md inline>---strike through---</source>
* '''Strike through''': <source lang=md inline>---strike through---</source>
* '''Inline code:''' <source lang=md inline>`inline code`</source> <ref>Use <code>``double`backticks\``</code> for code that includes a backtick or a trailing backslash. If using 1 layer of backticks, backticks can be escaped with a backslash (<code>`\`x\`y`</code> renders as <source lang=md inline>`x`y</source>. If using more than 1 layer of backticks, slashes have no special behavior. To include multiple consecutive backticks, use more than that many to enclose the code. Note that inline code cannot have leading or white-space.</ref>
* '''Inline code:''' <source lang=md inline>`inline code`</source> <ref>Backticks can be escaped with a backslash (<code>`\`x\`y`</code> renders as <source lang=md inline>`x`y</source>). Alternatively, <code>``multiple`backticks\``</code> (which disable <code>\</code>-escaping) can be used, giving <code>multiple`backticks\</code>. Note that inline code cannot have leading or white-space.</ref>
* '''Link''': <source lang=md inline>https://example.com</source> or <source lang=md inline>[display me](https://example.com)</source> or <source lang=md inline>[display me](https://example.com "hover text")</source><ref>Long URLs will be truncated with an ellipsis. A URL that exceeds the maximum message length of 500 characters can still be posted as a raw URL (without markdown): Follow it by <kbd>Shift</kbd>+<kbd>Enter</kbd>.</ref>
* '''Link''': <source lang=md inline>https://example.com</source> or <source lang=md inline>[display me](https://example.com)</source> or <source lang=md inline>[display me](https://example.com "hover text")</source><ref>Long URLs will be truncated with an ellipsis. A URL that exceeds the maximum message length of 500 characters can still be posted as a raw URL (without markdown): Follow it by <kbd>Shift</kbd>+<kbd>Enter</kbd>.</ref>
* '''Tags''': <source lang=md inline>[tag:code-golf]</source> or <source lang=md inline>[meta-tag:discussion]</source> (tags from Stack Exchange's [[code golf]] community, [https://codegolf.stackexchange.com/ Code Golf & Coding Challenges])
* '''Tags''': <source lang=md inline>[tag:code-golf]</source> or <source lang=md inline>[meta-tag:discussion]</source> (tags from Stack Exchange's [[code golf]] community, [https://codegolf.stackexchange.com/ Code Golf & Coding Challenges])
trusted
41

edits

Navigation menu