mikex86 commited on
Commit
b531147
1 Parent(s): 7e1d1fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
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.