This is a paragraph of text. So far pretty uninteresting. If you have GFM enabled, this should be on the next line.
Amazing things happen when people work together!
The above is a quote.
Strikethrough text looks amazing acceptable.
Bolded text is really called strong. Italicized text shows emphasis.
// This is JavaScript
console.log("This is JavaScript");
And code()
within normal text is ok too.
Code without a language should not have special formatting.
Careful with lists. There needs to be two blank lines after the ordered list otherwise the ordered list thinks it continues with the unordered list.
- Ordered list
- Second item
- Unordered list
- Second item
This list is a bit more complex.
- Heading, unordered
- Subheading, ordered
- Third item, unordered
- Subheading 2
- Alternate third item, ordered
- Subheading, ordered
Heading 1 | Heading 2 |
---|---|
Row 1, Column 1 | Row 1, Column 2 |
Row 2, Column 1 | Row 2, Column 2 |
This is a horizontal rule.
Here is another.
<-- That is a broken image to this url and the "broken_image" alt text is unfortunately lost.
HTML is copied directly to the text without conversion. HTML tags will be seen in the resulting page.