You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,7 @@ Documentation parts can be shared across helpers. Those parts are located in `do
131
131
// ...
132
132
}
133
133
```
134
+
134
135
_Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to generate docs, the fast and cheap way to fix format issue that text after the mustache template is appended without formatting is moving the texts to above the mustache template.
135
136
136
137
```js
@@ -143,7 +144,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
143
144
click() {
144
145
// ...
145
146
}
146
-
147
+
```
147
148
148
149
```js
149
150
/**
@@ -154,6 +155,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
0 commit comments