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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ Additionally we do support Microsoft Internet Explorer 11 until a certain extend
27
27
28
28
## Using polyfills
29
29
30
-
For Internet Explorer 11 support we have included a ``src/polyfills.js`` module.
31
-
You can inlcude it optionally via ``src/polyfills-loader.js`` which injects the polyfills bundle only if the current browser is Internet Explorer.
30
+
For Internet Explorer 11 support we have included a `src/polyfills.js` module.
31
+
You can inlcude it optionally via `src/polyfills-loader.js` which injects the polyfills bundle only if the current browser is Internet Explorer.
32
32
For this to work, include the following in BEFORE you load the patternslib bundle:
33
33
34
34
```
@@ -48,8 +48,8 @@ Make sure, you have these requirements installed:
48
48
- make
49
49
- git
50
50
51
-
On OSX you need ``gnu-tar`` instead of tar (GNU tar supports the ``--transform`` option).
52
-
Please install it with e.g. ``brew install gnu-tar``.
51
+
On OSX you need `gnu-tar` instead of tar (GNU tar supports the `--transform` option).
52
+
Please install it with e.g. `brew install gnu-tar`.
53
53
54
54
55
55
## Development installation
@@ -140,11 +140,11 @@ You can pass Jest any parameter it accepts, like `-t TESTPATTERN`::
140
140
141
141
### Enabling log messages
142
142
143
-
To facilitate debugging you can change the default log level through the URL query string by adding ``loglevel`` options.
143
+
To facilitate debugging you can change the default log level through the URL query string by adding `loglevel` options.
144
144
145
-
-``http://www.example.com/?loglevel=DEBUG`` changes the default log level to ``DEBUG``.
146
-
-``http://www.example.com/?loglevel-inject=DEBUG`` changes the log level for just the inject pattern to ``DEBUG``.
147
-
-``http://www.example.com/?loglevel=ERROR&loglevel-inject=INFO`` changes the standard log level error, but enables messages at the ``INFO`` level for the inject pattern.
145
+
-`http://www.example.com/?loglevel=DEBUG` changes the default log level to `DEBUG`.
146
+
-`http://www.example.com/?loglevel-inject=DEBUG` changes the log level for just the inject pattern to `DEBUG`.
147
+
-`http://www.example.com/?loglevel=ERROR&loglevel-inject=INFO` changes the standard log level error, but enables messages at the `INFO` level for the inject pattern.
0 commit comments