Difference between revisions of "Html2wt"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "The Parsoid project gives the ability to parse HTML, however the results definitely need to be examined to see how it might be able to work <source>cat uvm.html | webapps/wiki...")
 
Line 1: Line 1:
 
The Parsoid project gives the ability to parse HTML, however the results definitely need to be examined to see how it might be able to work
 
The Parsoid project gives the ability to parse HTML, however the results definitely need to be examined to see how it might be able to work
<source>cat uvm.html | webapps/wiki/extensions/parsoid/tests/parse.js --html2wt</source>
+
<source lang="bash">cat uvm.html | webapps/wiki/extensions/parsoid/tests/parse.js --html2wt</source>
  
 
[[Category:Wiki]]
 
[[Category:Wiki]]

Revision as of 13:54, 7 November 2014

The Parsoid project gives the ability to parse HTML, however the results definitely need to be examined to see how it might be able to work

cat uvm.html | webapps/wiki/extensions/parsoid/tests/parse.js --html2wt