Skip to content

Commit 0b71345

Browse files
committed
fix(doc): correct spacing
1 parent 97d9ad1 commit 0b71345

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -55,29 +55,29 @@ The [corresponding issue is here](https://github.com/medfreeman/remark-generic-e
5555

5656
- `Extension` defines the element you want to use
5757

58-
It matches the `\w` character class.
58+
It matches the `\w` character class.
5959

60-
```
61-
Matches any alphanumeric character from the basic Latin alphabet, including the underscore. Equivalent to [A-Za-z0-9_].
62-
```
60+
```
61+
Matches any alphanumeric character from the basic Latin alphabet, including the underscore. Equivalent to [A-Za-z0-9_].
62+
```
6363

6464
- `Content` defines the element content
6565

66-
It matches everything but the `]` character.
67-
68-
It can be mapped to any hast element property or value, see [placeholders](#placeholders).
66+
It matches everything but the `]` character.
67+
68+
It can be mapped to any hast element property or value, see [placeholders](#placeholders).
6969

7070
- `Argument` defines the element argument
7171

72-
It matches everything but the `)` character.
73-
74-
It can be mapped to any hast element property or value, see [placeholders](#placeholders).
72+
It matches everything but the `)` character.
73+
74+
It can be mapped to any hast element property or value, see [placeholders](#placeholders).
7575

7676
- `Properties` defines the element properties
7777

78-
They can have leading and / or trailing spaces before / after the opening / closing braces.
79-
80-
The different properties are separated by spaces, and so each of them match any character but spaces, except for quoted properties.
78+
They can have leading and / or trailing spaces before / after the opening / closing braces.
79+
80+
The different properties are separated by spaces, and so each of them match any character but spaces, except for quoted properties.
8181

8282
### Available properties
8383

0 commit comments

Comments
 (0)