Back to Home

Markdown Editor Guide

Table of Contents

Overview

Descriptions of gulp, common syntaxes used, naming folders, files and images

How to Install Markdown

Gulp

File: gulpfile.js

Description: After pushing Wiki changes, open git bash and type the following command to update the documentation webpages online

$ gulp refresh-documentation

Gulp Tasks: A detail of what's happening within the gulp refresh-documentation

Naming Folders and Images

001 Primary

01 Secondary

01_01_01 Tertiary

Markdown Syntax

Description: Commonly used syntaxes within our markdown documentation

Code Blocks

Enclose your code with three back quotes ` before and after your code

Single Code Block

```Type your single line of code here

Multi Line Code Block

* Press ```Enter``` key before and after your code to separate the sets of back quotes ``` `
* See Example Image [[Multi Code Block](#multi-code-block)]

Specific Language Code Block

Image

Note: add another set of [] to enclose

![Capture.PNG](../002_Workflow_Images/01_01_ImageExample.png)
[Some Link](../0001_SomeWikiFile.md)
Space

.md wiki files that have spaces must be replaced with _

Example

[Check List, Section List, Field List](001_Setup/01_Check_List,_Section_List,_Field_List.md)
Table Template
### Header Here
| Column 1 | Column 2 | Column 3 |
|---|:-:|:-:|:-:|
| PlaceHolder 1 | PlaceHolder 2 | PlaceHolder 3 |

Primary Numbering

Back to [Naming Folders and Images]

Capture.PNG

Secondary Numbering

Back to [Naming Folders and Images]

Capture.PNG

Tertiary Numbering

Back to [Naming Folders and Images]

Files Home
Capture.PNG Capture.PNG

Multi Code Block

Back to [Code Blocks]

Syntax Preview
Capture.PNG Capture.PNG

Multi Code Block

Back to [Code Blocks]

Syntax Example Language Preview
Capture.PNG Capture.PNG Capture.PNG