We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9283464 commit 02adb77Copy full SHA for 02adb77
package.json
@@ -11,22 +11,16 @@
11
"Titus Wormer <[email protected]> (wooorm.com)"
12
],
13
"devDependencies": {
14
- "remark-cli": "^7.0.0",
15
- "remark-preset-wooorm": "^6.0.0"
+ "remark-cli": "^8.0.0",
+ "remark-preset-wooorm": "^7.0.0"
16
},
17
"scripts": {
18
"format": "remark . -qfo",
19
"test": "npm run format"
20
21
"remarkConfig": {
22
"plugins": [
23
- "preset-wooorm",
24
- [
25
- "toc",
26
- {
27
- "heading": "contents"
28
- }
29
- ]
+ "preset-wooorm"
30
]
31
}
32
readme.md
@@ -2,7 +2,7 @@
2
3
E**x**tensible **A**bstract **S**yntax **T**ree format.
4
5
-* * *
+***
6
7
**xast** is a specification for representing [XML][] as an abstract
8
[syntax tree][syntax-tree].
0 commit comments