We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For this wikipedia page:
we're getting spurious "Edit" text:
HTML is this - it feels we shouldn't take the whole heading inner text, though I guess "edit" is part of the heading for better or worse.....
<h2><span class="mw-headline" id="Largest_earthquakes_by_year">Largest earthquakes by year</span><span class="mw-editsection"><span class="mw-editsection-bracket">[</span><a href="/w/index.php?title=Lists_of_earthquakes&action=edit&section=5" title="Edit section: Largest earthquakes by year">edit</a><span class="mw-editsection-bracket">]</span></span></h2>
Source
open FSharp.Data type Earthquakes = HtmlProvider<"https://en.wikipedia.org/wiki/Lists_of_earthquakes"> let data = Earthquakes.GetSample() data.Tables.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For this wikipedia page:
we're getting spurious "Edit" text:
HTML is this - it feels we shouldn't take the whole heading inner text, though I guess "edit" is part of the heading for better or worse.....
Source
The text was updated successfully, but these errors were encountered: