Skip to main content

max / pter

Bridge lib.rs to the pter-overview wiki note (/dellm) Add a Design section and the greppable `<!-- wiki: pter-overview -->` marker so the crate and the maintainer wiki reference each other. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author: Max Johnson <me@maxj.phd> · 2026-07-14 15:37 UTC
Commit: 84852484703f8c924b6b359c136908d76f63d434
Parent: 1ab7127
1 file changed, +6 insertions, -0 deletions
M src/lib.rs +6
@@ -1,6 +1,12 @@
1 1 //! pter — Plain Text Email Renderer
2 2 //!
3 3 //! Converts HTML email bodies into readable markdown.
4 + //!
5 + //! # Design
6 + //!
7 + //! The conversion pipeline and module responsibilities are in
8 + //! `docs/architecture.md` and, for the ecosystem view, the maintainer wiki.
9 + //! <!-- wiki: pter-overview -->
4 10
5 11 mod convert;
6 12 mod elements;