Skip to content

Publishing

Keith Daulton edited this page Jan 9, 2017 · 1 revision

You can use HTML or Markdown to create pages and blog posts. Which format you decide to use depends on the type of content you plan to publish.

Resources:

Publishing with HTML

This is perfect for creating pages that require more intricate markup than just regular content.

Publishing with Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Clone this wiki locally