fix: Improve plain text CV output with dedicated template

- Replace html2text library conversion with dedicated text template
- Create clean, well-formatted cv-text.txt template
- Remove k3a/html2text dependency
- Fix lint warnings in security tests (ineffectual assignments)
- Output now shows only CV content without UI/menu elements
This commit is contained in:
juanatsap
2025-11-30 14:13:34 +00:00
parent f91a24ea9b
commit 64cb990860
7 changed files with 1801 additions and 35 deletions
-1
View File
@@ -7,7 +7,6 @@ require (
github.com/chromedp/chromedp v0.14.2
github.com/go-git/go-git/v5 v5.16.4
github.com/joho/godotenv v1.5.1
github.com/k3a/html2text v1.2.1
)
require (