Formatted the collapsable part properly.
This commit is contained in:
12
README.md
12
README.md
@@ -76,13 +76,13 @@ Each square can contain the following values.
|
||||
## Name
|
||||
The name variable contains the **name** of the square block, the one that appears on the top of the square/card.
|
||||
|
||||
**Datatype**: String
|
||||
|
||||
For Eg: If you want to set the squares name to **Media**, it should be
|
||||
|
||||
```json
|
||||
"name": "Media"
|
||||
```
|
||||
|
||||
**Datatype**: String
|
||||
</details>
|
||||
<details>
|
||||
<summary>Color</summary>
|
||||
@@ -90,6 +90,8 @@ Each square can contain the following values.
|
||||
## Color
|
||||
The primary color that the heading of the square has and also the one that the links will have when the cursor is over them.
|
||||
|
||||
**Datatype**: String
|
||||
|
||||
For Eg: If you want to set the color to **Black** or **#000** or **#000000*, the string should be one of the following
|
||||
|
||||
```json
|
||||
@@ -107,8 +109,6 @@ Each square can contain the following values.
|
||||
```
|
||||
|
||||
>**NOTE**: Currently supports CSS color names and HEX values.
|
||||
|
||||
**Datatype**: String
|
||||
</details>
|
||||
<details>
|
||||
<summary>Links</summary>
|
||||
@@ -116,6 +116,8 @@ Each square can contain the following values.
|
||||
## Links
|
||||
This is an array that will contain objects which will later be parsed to URL. Each object should contain two values.
|
||||
|
||||
**Datatype**: Array
|
||||
|
||||
- name: Name of the URL
|
||||
- url: The URL.
|
||||
|
||||
@@ -124,8 +126,6 @@ Each square can contain the following values.
|
||||
```json
|
||||
{"name": "Netflix", "url": "https://netflix.com"}
|
||||
```
|
||||
|
||||
**Datatype**: Array
|
||||
</details>
|
||||
|
||||
## Support the project
|
||||
|
||||
Reference in New Issue
Block a user