max / pter
1 file changed,
+6 insertions,
-0 deletions
| @@ -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; |