Python web book docgen for Patchouli and Hex Casting.

1 Open Issue Need Help Last updated: Sep 10, 2025

Open Issues Need Help

View All on GitHub

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

Python web book docgen for Patchouli and Hex Casting.

Python