Documentation
Modeling
Markdown

Introduction to Markdown

Markdown is a text-based language designed to make it easy for you to express rich, meaningful content using only text.

Here are some examples of markdown syntax:

ExpressionDescriptionoutput
[hi](www.google.com)A link to www.google.com that displays as text 'hi'hi
![Image](https://goo.gl/huNep2)Shows the image at URL https://goo.gl/huNep2(Image not shown)
* Item 1<br> * Item 2A bulleted list with two elements
  • Item 1
  • Item 2
`Code Block`A code blockCode Block

For more information on Markdown, see here (opens in a new tab).