View Single Post
Old 03-04-2018, 08:29 PM   #11
PeterT
Grand Sorcerer
PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.PeterT ought to be getting tired of karma fortunes by now.
 
Posts: 13,566
Karma: 79436716
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
Are you sure about the markdown code you've posted?

I believe it's either
Code:
## Chapter 1

This is the first line of chapter one.

## Chapter 2

This is the first line of chapter two.

## Chapter 3

This is the first line of chapter three.

## About the Author
OR
Code:
Chapter 1
-----------
This is the first line of chapter one.

Chapter 2
-----------
This is the first line of chapter two.

Chapter 3
-----------
This is the first line of chapter three.

About the Author
-------------------
In either case things will be mapped to h2's. For h1's usw a single # or an = sign.
PeterT is offline   Reply With Quote