Article header
+ +
+ Paragraph with emphasis, strong,
+ italic, bold, underline,
+ strikethrough, small text,
+ highlight,
+ HTML,
+ definition,
+ inline quote
, and a
+ citation.
+
+ Subscripts H2O, superscripts x2, and an + inline span: + English text. Here’s + isolated text and reversed text. +
+ +
+ Code-ish stuff: const x = 1;, keyboard:
+ Ctrl+C, sample output: OK, and
+ variable n.
+
// Preformatted code block
+function hello(name){
+ return `Hello, ${name}`;
+}
+
+ ++ ++ Block quote with nested
+ +a short quoteand attribution. +
+ +
+ Links with attributes: + + external link , download-ish link, + mailto, tel. +
+ +-
+
- Unordered list item +
- Another item with anchor +
-
+
- Ordered item with custom value +
- Next ordered item +
-
+
- Term A +
- Definition for term A. +
- Term B +
- Definition for term B. +
Expandable details with summary
+Details content. Supports more anchors.
++ Ruby annotation example: + Text +
+ + +
+
+
+