Skip to content

Commit b902d84

Browse files
wooormjasonLaster
authored andcommitted
* Update remark config * Fix markdown
1 parent 51805ad commit b902d84

8 files changed

+39
-33
lines changed

.remarkrc

+14-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
11
{
2-
"presets": ["lint-recommended"],
3-
"plugins": {
4-
"lint": {
5-
"list-item-bullet-indent": false,
6-
"list-item-indent": false,
7-
"ordered-list-marker-style": false,
8-
"no-unused-definitions": false,
9-
"no-shortcut-reference-link": false,
10-
"no-shortcut-reference-image": false,
11-
"no-table-indentation": true,
12-
"table-cell-padding": "consistent",
13-
"table-pipes": false
14-
},
15-
"validate-links": {
2+
"plugins": [
3+
"preset-lint-recommended",
4+
["lint-list-item-bullet-indent", false],
5+
["lint-list-item-indent", false],
6+
["lint-ordered-list-marker-style", false],
7+
["lint-no-unused-definitions", false],
8+
["lint-no-shortcut-reference-link", false],
9+
["lint-no-shortcut-reference-image", false],
10+
["lint-no-table-indentation", true],
11+
["lint-table-cell-padding", "consistent"],
12+
["lint-table-pipes", false],
13+
["validate-links", {
1614
"repository": ""
17-
}
18-
}
15+
}]
16+
]
1917
}

docs/updates/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,6 @@ permalink: docs/updates
8484
[@ryanjduffy]:https://github.com/ryanjduffy
8585
[@diessica]:https://github.com/diessica
8686
[@andreicristianpetcu]:https://github.com/andreicristianpetcu
87+
[@Andarist]:https://github.com/Andarist
88+
[pr-6]:https://github.com/devtools-html/debugger.html/pull/2784
89+
[pr-23]:https://github.com/devtools-html/debugger.html/pull/2810

docs/updates/call-stack-4-10-2017.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We're going to experiment with collapsing library frames by default. This will s
5151
#### :baby: Naming Library frames
5252

5353
One of the benefits of collapsing the library frames is that it gives an opportunity to
54-
describe what the library is doing. For example, instead of showing two frames for jQuery [`elemData.handle`, `event.dispatch`], we can simply show `event`.
54+
describe what the library is doing. For example, instead of showing two frames for jQuery \[`elemData.handle`, `event.dispatch`], we can simply show `event`.
5555

5656
Describing the libary functions will help make it clear when a framework is rendering, routing, or doing any other task.
5757

@@ -87,7 +87,6 @@ We're really excited about how the new call stack will help users think about th
8787
[simplify]: https://cloud.githubusercontent.com/assets/254562/25029624/14ee346e-208d-11e7-89ec-cd0385f3d69f.jpg
8888
[highlight]: https://cloud.githubusercontent.com/assets/254562/25029622/14ea24fa-208d-11e7-9c12-824879f64bb5.jpg
8989

90-
[original]: https://cloud.githubusercontent.com/assets/254562/25029998/ff7c7124-208f-11e7-8417-153db75597a5.jpg
9190
[naming]: https://cloud.githubusercontent.com/assets/254562/25029999/ff7e7fd2-208f-11e7-925d-66449a19c213.jpg
9291

9392
[original]: https://cloud.githubusercontent.com/assets/254562/24866189/69ce5d32-1dd7-11e7-8252-c3e33f2b7d15.jpg

docs/updates/updates-2-28-2017.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
#### Overview
44

5-
Last week was nothing short or epic.
5+
Last week was nothing short or epic.
66

7-
1. We made tons of progress on function search, text search, and editor preview
8-
2. We squashed mountains of UI and perf bugs
7+
1. We made tons of progress on function search, text search, and editor preview
8+
2. We squashed mountains of UI and perf bugs
99
3. We added great features to the scopes pane
1010
4. We focused on integration testing and general QA.
1111

@@ -125,17 +125,17 @@ We were blocked on adding the feature, while we waited for parser support. This
125125

126126
#### Screenshots
127127

128-
| Persist Scopes |
128+
|Persist Scopes|
129129
|----------------|
130130
|![gif-1]|
131131

132-
| Editor Preview |
132+
|Editor Preview|
133133
|----------------|
134134
|![gif-2]|
135135

136-
| Text Search |
136+
|Text Search|
137137
|-------------|
138-
|![gif-3]!
138+
|![gif-3]|
139139

140140

141141
[gif-1]:https://cloud.githubusercontent.com/assets/792924/23188424/948ff100-f886-11e6-9420-bab20d56d289.gif

docs/updates/updates-3-14-2017.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ We continue to chip away at converting our source code to ES6 modules and classe
8888

8989
#### Clojure Syntax
9090

91-
| Old | New |
91+
|Old | New|
9292
|-----|-----|
9393
|![old-clojure]|![new-clojure]|
9494

docs/updates/updates-3-7-2017.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ pass consistently on different platforms in debug mode. We disabled `visible` ch
5353

5454

5555

56-
| Preview Popup |
56+
|Preview Popup|
5757
|----------------|
5858
|![gif-1]|
5959

60-
| Dark Theme Updates |
60+
|Dark Theme Updates|
6161
|----|
6262
|![png-1]|
6363
|![png-2]|

docs/updates/updates-4-18-2017.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ Thanks everyone who helped make this a great week! [@mquander], [@AnshulMalik],
5757

5858
|Before|After|
5959
|---|---|
60-
| ![window-before] | ![window-after] |
60+
|![window-before]|![window-after]|
6161

6262
#### Debugger UI Gap
6363

6464
|Before|After|
6565
|---|---|
66-
| ![gap-before] | ![gap-after] |
66+
|![gap-before]|![gap-after]|
6767

6868

6969
#### Jest Unit Tests

package.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@
7979
"pretty-fast": "^0.2.0",
8080
"react": "=15.3.2",
8181
"react-dom": "=15.3.2",
82-
"remark-lint-no-table-indentation": "^1.0.0",
83-
"remark-lint-table-cell-padding": "^1.0.0",
84-
"remark-lint-table-pipes": "^1.0.0",
8582
"reselect": "^3.0.0",
8683
"rimraf": "^2.6.1",
8784
"stylelint": "^7.10.1",
@@ -117,6 +114,15 @@
117114
"react-addons-test-utils": "=15.3.2",
118115
"remark-cli": "^3.0.0",
119116
"remark-lint": "^6.0.0",
117+
"remark-lint-list-item-bullet-indent": "^1.0.0",
118+
"remark-lint-list-item-indent": "^1.0.0",
119+
"remark-lint-no-shortcut-reference-image": "^1.0.0",
120+
"remark-lint-no-shortcut-reference-link": "^1.0.0",
121+
"remark-lint-no-table-indentation": "^1.0.0",
122+
"remark-lint-no-unused-definitions": "^1.0.0",
123+
"remark-lint-table-cell-padding": "^1.0.0",
124+
"remark-lint-table-pipes": "^1.0.0",
125+
"remark-lint-ordered-list-marker-style": "^1.0.0",
120126
"remark-preset-lint-recommended": "^2.0.0",
121127
"remark-validate-links": "^6.0.0"
122128
},

0 commit comments

Comments
 (0)