The markup accepted in run notes, on submission and on later edits. Plain paragraphs need no markup at all; blank lines separate them.
| You write | You get |
|---|---|
!! Big heading | Section heading |
! Small heading | Sub-heading |
* first item
* second item | Bulleted list (one * per line) |
---- | Horizontal rule (four dashes on their own line) |
[https://example.com] | Bare link |
[https://example.com|read this] | Labelled link |
[module:youtube|v=JLVLBFjWiG8] | YouTube embed (alone on its own line) |
[M100001] | Reference a run on this site: renders game, category, time and authors, with a hover thumbnail |
[6012M] | TASVideos-style movie reference: resolves here when imported, links to tasvideos.org otherwise |
[user:eien86] | Reference a member or author: links their profile |
%%SRC_EMBED
code here
%%END_EMBED | Code box (verbatim, no formatting inside) |
%%QUOTE name
quoted text
%%QUOTE_END | Quotation block with optional attribution |
__bold__ and ''italic'' | Bold and italic |
# first
# second | Numbered list |
| cell | cell | (and || header || cells) | Tables, one row per line |
%%% | Forced line break |