Skip to content

Commit

Permalink
Fixing markdown syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KCarlile committed Jun 12, 2024
1 parent eb6423c commit 457926f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/api-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ gdj1.config.colorNut = '#FFFFFF';

Exists as a property of the config property on the GuitarDiagrams object. Gets the HTML color code of the nut outline.

- **Parameters**: _None_
- **Parameters**: _None_
- **Return Value**: {string} The HTML color code of the nut outline.
- **Default Value**: {string} '#000000'

Expand Down Expand Up @@ -286,7 +286,7 @@ gdj1.config.colorFretMarker = '#424949';

#### colorDiagramBackground (get)

Exists as a property of the config property on the GuitarDiagrams object. Gets the HTML color code of the diagram background.
Exists as a property of the config property on the GuitarDiagrams object. Gets the HTML color code of the diagram background.

- **Parameters**: _None_
- **Return Value**: {string} The HTML color code of the diagram background.
Expand All @@ -300,7 +300,7 @@ console.log(gdj1.config.colorDiagramBackground);

#### colorDiagramBackground (set)

Exists as a property of the config property on the GuitarDiagrams object. Sets the HTML color code of the diagram background.
Exists as a property of the config property on the GuitarDiagrams object. Sets the HTML color code of the diagram background.

- **Parameters**: {string} The HTML color code of the diagram background.
- **Return Value**: _None_
Expand Down Expand Up @@ -367,6 +367,7 @@ _Example:_
```javascript
gdj1.config.markerStrokeWidth = 1;
```

#### markerFontSize (get)

Exists as a property of the config property on the GuitarDiagrams object. Gets the marker's font size.
Expand Down Expand Up @@ -394,6 +395,7 @@ _Example:_
```javascript
gdj1.config.markerFontSize = 10;
```

#### fretCount (get)

Exists as a property of the config property on the GuitarDiagrams object. Gets the number of frets on the diagram.
Expand Down Expand Up @@ -617,6 +619,7 @@ _Example:_
```javascript
gdj1.config.downloadImageEnabled = true;
```

### <a name="guitar-diagrams.js-public-methods"></a>`guitar-diagrams-config.js` Public Methods

_None._
Expand Down

0 comments on commit 457926f

Please sign in to comment.