Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.19 KB

File metadata and controls

50 lines (33 loc) · 1.19 KB
layout post
title Using markdown
date 2015-12-01 01:00:00 -0800
summary Learn to write a post in markdown
author Your name
permalink /guide/example/
visible false

Articles are written in markdown (kramdown).
Please use minimal formatting for your article.

This is a single paragraph. It is separated by newlines. No need for html tags. A single line break does not start a new paragraph.

This is a second paragraph. You can place subsections as follows.

Using maths

You can use math as you would in latex. Let $n>2$ be an integer. Consider the equation: [ a^n + b^n = c^n ]

Wiles proved the following theorem.

Theorem (Fermat's Last Theorem). The above equation has no solution in the positive integers.

Links and images

You can place a link like this.

You place a picture similarly:

Lander

Emphasis and boldface

Use this for emphasis and this for boldface.

You're all set.

There really isn't more you need to know.