@@ -34,22 +34,22 @@ We use the following [labels](https://github.com/plotly/plotly.js/labels) to tra
3434
3535## Development
3636
37- ##### Perequisites
37+ #### Perequisites
3838
3939- git
4040- [ node.js] ( https://nodejs.org/en/ ) . We recommend using node.js 4.2.x (LTS).
4141 Upgrading and managing node versions can be easily done using
4242 [ ` nvm ` ] ( https://github.com/creationix/nvm ) or its Windows alternatives.
4343
44- ##### Step 1: Clone the plotly.js repo and install its dependencies
44+ #### Step 1: Clone the plotly.js repo and install its dependencies
4545
4646```
4747git clone https://github.com/plotly/plotly.js.git
4848cd plotly.js
4949npm install
5050```
5151
52- ##### Step 2: Start the test dashboard
52+ #### Step 2: Start the test dashboard
5353
5454```
5555npm start
@@ -61,7 +61,7 @@ This command bundles up the source files with source maps using
6161dev plotly.js bundle update every time a source file is saved) and opens up a
6262tab in your browser.
6363
64- ** Step 3** Open up the console and start developing
64+ #### Step 3: Open up the console and start developing
6565
6666A typical workflow is to make some modifications to the source, update the
6767test dashboard, inspect and debug the changes, then repeat. The test dashboard
@@ -90,7 +90,7 @@ Three additional helpers exist that are refreshed every second:
9090There is also a search bar in the top right of the dashboard. This fuzzy-searches
9191image mocks based on their file name and trace type.
9292
93- ##### Other npm scripts
93+ #### Other npm scripts
9494
9595- ` npm run preprocess ` : pre-processes the css and svg source file in js. This
9696 script must be run manually when updating the css and svg source files.
0 commit comments