Skip to content

Commit

Permalink
Merge pull request #89 from KristjanESPERANTO/master
Browse files Browse the repository at this point in the history
Maintenance update
  • Loading branch information
timdows authored Apr 3, 2023
2 parents 827bb6d + 427a663 commit 6326360
Show file tree
Hide file tree
Showing 6 changed files with 271 additions and 67 deletions.
13 changes: 12 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,16 @@
"root": true,
"rules": {
"import/no-unresolved": "off"
}
},
"overrides": [
{
"files": ["*.md"],
"parser": "eslint-plugin-markdownlint/parser",
"extends": ["plugin:markdownlint/recommended"],
"rules": {
"markdownlint/md013": "off",
"markdownlint/md033": "off"
}
}
]
}
4 changes: 4 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"line_length": false,
"no-inline-html": false
}
10 changes: 9 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"trailingComma": "none"
"trailingComma": "none",
"overrides": [
{
"files": "*.md",
"options": {
"parser": "markdown"
}
}
]
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Except `url` all options are optional.

End result:

![](example1.png)
![Example 1](example1.png)

Raw json response:

Expand Down Expand Up @@ -86,7 +86,7 @@ Configuration:

## Example 2

![](example2.png)
![Example 2](example2.png)

Raw json response:

Expand Down Expand Up @@ -150,7 +150,7 @@ Configuration:

## Example 3 (with font awesome icons)

![](https://user-images.githubusercontent.com/1011699/53985507-104ecc00-411c-11e9-9ca4-c994f0ae62e1.png)
![Example 3](https://user-images.githubusercontent.com/1011699/53985507-104ecc00-411c-11e9-9ca4-c994f0ae62e1.png)

Raw json response:

Expand Down Expand Up @@ -182,7 +182,7 @@ Raw json response:

## Example 4 (with descriptive row)

![](example4.png)
![Example 4](example4.png)

Raw json response:

Expand Down
Loading

0 comments on commit 6326360

Please sign in to comment.