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: README.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -120,32 +120,35 @@ Will print:
120
120
121
121
```
122
122
╒════════════════════════════╕
123
-
│ │
124
-
│ Please run npm install │
125
-
│ │
123
+
│ │
124
+
│ Please run npm install │
125
+
│ │
126
126
╘════════════════════════════╛
127
127
```
128
128
129
-
The message will be delimited by double line break. Single line breaks and other whitespace will be preserved. So that:
129
+
The message will run until the end of the paragraph, delimited by a double line break. Single line breaks and other whitespace will be preserved. So that:
130
130
131
-
````
131
+
```
132
132
Rewrite everything.
133
133
134
134
git-notify:EVERYTHING HAS CHANGED
135
135
This project has been rewritten
136
136
from scratch. If something broke,
137
137
please contact Jeff at dev@null.com.
138
+
139
+
May god please forgive me.
138
140
```
139
141
140
142
Will display:
143
+
141
144
```
142
145
╒══════════════════════════════════════════╕
143
-
│ │
144
-
│ EVERYTHING HAS CHANGED │
145
-
│ This project has been rewritten │
146
-
│ from scratch. If something broke, │
147
-
│ please contact Jeff at dev@null.com. │
148
-
│ │
146
+
│ │
147
+
│ EVERYTHING HAS CHANGED │
148
+
│ This project has been rewritten │
149
+
│ from scratch. If something broke, │
150
+
│ please contact Jeff at dev@null.com. │
151
+
│ │
149
152
╘══════════════════════════════════════════╛
150
153
```
151
154
@@ -201,7 +204,7 @@ To run TSDX, use:
201
204
202
205
```bash
203
206
yarn start
204
-
````
207
+
```
205
208
206
209
This builds to `/dist` and runs the project in watch mode so any edits you save inside `src` causes a rebuild to `/dist`.
0 commit comments