Skip to content

0.2.0

Choose a tag to compare

@CXuesong CXuesong released this 16 May 08:12
· 45 commits to master since this release
  • (#6) Implemented a rudimentary closing mark inference feature.
  • (#7) Migrated IWikitextSpanInfo from offset-based to line/column-based.
    • Renamed IWikitextSpanInfo to IWikitextLineInfo.
  • Requires LIST_ITEM starts at the beginning of the line.
    • the * item in {{Template|* item}} will be parsed as plain-text rather than unordered list.
  • WikitextParser is now thread-safe.
    • As long as you do not call Parse when changing the content of WikitextParserOptions.

The attached "debug" package is built in DEBUG mode, and may provide some extra runtime assertions (Debug.Assert).