Function parse_html

Source
pub fn parse_html(source: &str) -> Result<(Story, Vec<Warning>), Error>
Expand description

Parses a published Twine HTML file into a Story, looking for a <tw-storydata> tag.