Writing a Great Post Title
- Think of your post title as a super short (but compelling!) description — like an overview of the actual post in one short sentence.
- Use keywords where appropriate to help ensure people can find your post by search.
Editor Basics
- Use Markdown to write and format posts.
Commonly used syntax
###### Header H1 Header *italics* or _italics_ italics **bold**
bold [Link](https://...)
Link - item 1
* item 1 - item 1
1. item 1 > quoted text quoted text `inline code`
inline code ```
code block ![alt text](https://...)
image - For code blocks, you can specify the language, filename, line numbers that need emphasis, and whether or not the code can be run.
- Embed github repositories using the following syntax:
{% github username/repo %}