Parsoid: Difference between revisions
Some introductory test info on Parsoid |
No edit summary |
||
| Line 13: | Line 13: | ||
/etc/parsoid/bin# echo "'''This is bold'''" | node parse and node parserTests | /etc/parsoid/bin# echo "'''This is bold'''" | node parse and node parserTests | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Versions == | |||
<pre> | |||
[centos@wiki ~]$ npm version | |||
{ npm: '5.6.0', | |||
ares: '1.10.1-DEV', | |||
cldr: '32.0', | |||
http_parser: '2.8.0', | |||
icu: '60.1', | |||
modules: '57', | |||
nghttp2: '1.25.0', | |||
node: '8.11.1', | |||
openssl: '1.0.2o', | |||
tz: '2017c', | |||
unicode: '10.0', | |||
uv: '1.19.1', | |||
v8: '6.2.414.50', | |||
zlib: '1.2.11' } | |||
</pre> | |||