parser node info updates

This commit is contained in:
Dave Conway-Jones
2016-02-12 13:16:28 +00:00
parent b7a0ad703a
commit 4cb45e2712
4 changed files with 7 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
</script>
<script type="text/x-red" data-help-name="html">
<p>Extracts elements from an html document held in <b>msg.payload</b> using a selector.</p>
<p>Extracts elements from an html document held in <code>msg.payload</code> using a selector.</p>
<p>The selector uses <a href=="https://github.com/cheeriojs/cheerio/blob/master/Readme.md" target="_new">Cheerio</a>
which uses the <a href="https://github.com/fb55/CSSselect#user-content-supported-selectors" target="_new">CSS selector</a> syntax.</p>
<p>The result can be either a single message with a payload containing an array of the matched elements, or multiple