You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(sphinx_argparse_neo[renderer]) Escape asterisks in quoted strings
why: Glob patterns like "django-*" in help text contain asterisks that
RST interprets as starting emphasis, causing rendering issues in docs.
what:
- Add _escape_glob_asterisks() to escape * inside double-quoted strings
- Call it in _parse_text() before RST/MyST parsing
0 commit comments