Skip to content

Commit edec18c

Browse files
authored
Update CONTRIBUTING.md
1 parent ce7a342 commit edec18c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Documentation parts can be shared across helpers. Those parts are located in `do
131131
// ...
132132
}
133133
```
134+
134135
_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.
135136

136137
```js
@@ -143,7 +144,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
143144
click() {
144145
// ...
145146
}
146-
147+
```
147148

148149
```js
149150
/**
@@ -154,6 +155,7 @@ _Note:_ Due to the (lib)[https://documentation.js.org/] that we are using to gen
154155
click() {
155156
// ...
156157
}
158+
```
157159

158160
## Typings
159161

0 commit comments

Comments
 (0)