Skip to content

v0.3.0-int.1

Pre-release
Pre-release

Choose a tag to compare

@CXuesong CXuesong released this 25 Apr 13:51
· 31 commits to master since this release
  • Force to end all the unbalanced HTML tags at the end of WIKITEXT. (#14)
    • The old behavior is to leave tags as unparsed PLAIN_TEXT. The old behavior can cause performance issue when parsing unbalanced tags, such as #3.
  • Take care of unbalanced <li> tag parsing. (#14)
  • Unbalanced tags will have TagStyle set to TagStyle.NotClosed.