Description
Python programs can parse simple inline markup with regular-expression-based lexer and parser helpers. This is useful for documentation tools, lightweight formatting, and applications that need small custom markup rules.
It is a developer library. Regex-based parsers are best for limited syntax; complex or untrusted markup should be tested for edge cases and performance behavior.