Files
appium/docs/en/how-to-write-docs.md
T
2014-04-19 17:01:16 -04:00

702 B

How to write docs

# is used to write a h1 header. Each document must start with a h1 header. Don't use the === underline method of creating headers.

Subheaders

## is used to write subheaders. Don't use the --- underline method of creating sub headers.

Regular headers

### is used for headers that don't appear in the table of contents. Don't use h4 ####, h5 #####, or h6 ######.

Line breaks

Don't use line breaks such as -- or ---. This will confuse Slate.

Linking

Link to another document using this syntax: [link text](filename.md)

To link inside a document, use the # from the Slate URL. [go direct to json](#json-wire-protocol-server-extensions)