Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -149,7 +149,4 @@ The value `field` of a `TextNode` contains the free standing text without any fu
|
|
| 149 |
- `${td.text()} | ` is emitted
|
| 150 |
- After the loop over `<td>` elements, `\n` is emitted
|
| 151 |
- After the loop over `<tr>` elements, `\n` is emitted
|
| 152 |
-
- When encountering a jsoup `TextNode`, `${node.attr(node.nodeName())}` (which is equivalent to accessing the private field `node.value`) is emitted.
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
```
|
|
|
|
| 149 |
- `${td.text()} | ` is emitted
|
| 150 |
- After the loop over `<td>` elements, `\n` is emitted
|
| 151 |
- After the loop over `<tr>` elements, `\n` is emitted
|
| 152 |
+
- When encountering a jsoup `TextNode`, `${node.attr(node.nodeName())}` (which is equivalent to accessing the private field `node.value`) is emitted.
|
|
|
|
|
|
|
|
|