Function twee_parser::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.
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.