Forum comments can be formatted using following Markdown syntax.
Inline `code` has `back-ticks around` it. ``` No language indicated, so no syntax highlighting. But let's throw in a <b>tag</b>. ``` ```java int x = Integer.MAX_VALUE; ``` Where "java" means Java code highlighting. You can use other options like "xml", "json", "js" and others.
[Link name](https://www.example.com)
![Description text](https://www.example.com/image.png)
1. First ordered list item 2. Another item ⋅⋅* Unordered sub-list. 1. Actual numbers don't matter, just that it's a number ⋅⋅1. Ordered sub-list
> Blockquotes are very handy in email to emulate reply text. > This line is part of the same quote.
# H1 ## H2 ### H3 #### H4 ##### H5 ###### H6
Emphasis, aka italics, with *asterisks* or _underscores_. Strong emphasis, aka bold, with **asterisks** or __underscores__. Combined emphasis with **asterisks and _underscores_**. Strikethrough uses two tildes. ~~Scratch this.~~