Last modified: 2014-09-22 15:13:10 UTC
echo '<ul><li>Some content<ul><li>foo</li></ul><p>more content</p></li></ul>' | node parse --html2wt * Some content ** foo more content
Another instance: echo '<dl><dd>Foo<p>Bar</p></dd></dl>' | node parse --html2wt : Foo Bar