Improved
- Renamed the
TarsParseradded in 6.1.0 toHybridParser, a name that better describes how it works: one regex pass lexes every tag, then a stack-based pass resolves nesting. It pairs RegexParser's speed with RegularParser's correctness. - Made
hybridthe default parser for new installs and renamed the matching Processor dropdown option in the plugin settings. - Kept the old
tarssetting working. Sites that selected it keep running unchanged, the value now resolves toHybridParserautomatically, so no config edits are needed.