RoboDOJO

What is Markdown

Markdown is a cool syntax for writing documents that allows me to write curriculum very quickly

Subheader

SubSubHeader

SubSubSubHeader

"The best way to predict the future is to invent it." - Alan Kay

FeatureDescriptionExample
HeadersCreate different levels of headings# H1, ## H2, ### H3
Bold TextMake text bold for emphasis**bold text**
Italic TextMake text italic for emphasis*italic text*
ListsCreate ordered and unordered lists- item or 1. item
LinksCreate clickable links[text](url)
CodeDisplay inline or block code`code` or ```
TablesOrganize data in rows and columns| column | column |
BlockquotesQuote text with indentation> quoted text

Useful Links

Here are some helpful resources for learning Markdown:

Example Image

Here's an example of how to embed images in Markdown:

Markdown Logo

The Markdown logo - a simple and clean representation of the language

You can also add images with custom alt text and titles:

Programming Code Example