/** * Bold * Strong * Italic * Emphasized *

Paragraph

* Strikethrough * Deleted * Code *
Block code
* *
 * with( some ) {
 *    multi = lines
 *    sample()
 * }
 * 
*
 * {@code
 *  with (some) {  }
 * }
 * 
* */ public class C { }