GFM Support Some users has request support for GitHub Flavored Markdown (GFM) (see request on the forum) Subset to be supported by PlantUML Please list here features that you are expecting to have in PlantUML. Indeed, all gfm features will not be supported. For Italic: *This is Italic* Titles: = Title 1 == title 2 Lists: * list item1 * list item2 - sub item1 images ![](linktoimage) A chapter of gfm-support - Tables \| Header 1 \| Header 2 \| Header 3 \| Header 4 \| \|:---:\|:---\|---:\|---\| \|Centered \| Left justified \| Right Justified \| No justification (presumably equivalent to left-justified). \|