Open Issues Need Help
View All on GitHub Add `hexdoc_format` filter to wrap a literal string in FormatTree about 2 months ago
AI Summary: The issue proposes adding a new Jinja filter, `hexdoc_format`, to cleanly convert a literal string containing `hexdoc`'s special formatting syntax (e.g., `$(l:...)`) into a `FormatTree` object. This filter would replace a current workaround that produces a warning, simplifying template code and improving developer experience. It aims to provide a dedicated and warning-free method for processing formatted strings within Jinja templates.
Complexity:
1/5
enhancement good first issue