@@ -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