How can I get an HTML file from file system and parse specific elements from it.
For example, given the html snippet below, how can I extract the table content and rende
Just download HTML with fetch(), parse it using fast-html-parser, write result to state and render that state with WebView