0.2.0
- (#6) Implemented a rudimentary closing mark inference feature.
- (#7) Migrated
IWikitextSpanInfofrom offset-based to line/column-based.- Renamed
IWikitextSpanInfotoIWikitextLineInfo.
- Renamed
- Requires
LIST_ITEMstarts at the beginning of the line.- the
* itemin{{Template|* item}}will be parsed as plain-text rather than unordered list.
- the
WikitextParseris now thread-safe.- As long as you do not call
Parsewhen changing the content ofWikitextParserOptions.
- As long as you do not call
The attached "debug" package is built in DEBUG mode, and may provide some extra runtime assertions (Debug.Assert).