pub fn parse_html(source: &str) -> Result<(Story, Vec<Warning>), Error>
Parses a published Twine HTML file into a Story, looking for a <tw-storydata> tag.