---
title: "Html to text"
date: 2025-12-23T02:31:24-03:00
---
links -dump asdf.html > asdf.txt
pandoc -f html -t plain input.html -o output.txt

