What is the reusable target?
Choose Markdown for editable text, PDF for review or handoff, and CSV only for true tabular data extracted from the page.
Elysia Tools
Navigation
Workflow Playbook
Extract links, images, attributes, and tables from HTML, remove unwanted markup, and ship verified Markdown, PDF, or CSV outputs.
Hubs
Treat HTML cleanup as a reversible content operation, not a blind text reduction. Before stripping anything, capture the page structure that the team may need later: destination links, image sources, data tables, and high-value attributes such as alt, title, href, or data-* fields. That snapshot becomes the reference for every later conversion.
Reusable output usually fails when navigation wrappers, tracking markup, scripts, or decorative spans are mixed with the actual article body. Review the page in blocks. Keep headings, paragraph text, captions, references, and genuine tables. Remove scripts, duplicate navigation, ad containers, and styling wrappers only after confirming they do not carry needed text or attributes.
Markdown is best when editors will revise the text, diff it in version control, or move it into a docs pipeline. PDF is better when the receiving side needs a frozen review copy, page numbers, or a printable artifact. CSV belongs to extracted tables, not to narrative content. If the page contains both prose and tabular data, split outputs on purpose: Markdown or PDF for the narrative and CSV for the tables.
A reusable delivery is one that another person can use without reopening the original page. Compare section headings, outbound links, image references, table row counts, and any encoded characters that often break during conversion. If a cleaned file loses figure captions, collapses merged cells, or drops a key attribute, fix the cleanup rules before publishing the bundle.
Workflow playbook
Extract HTML attributes, link targets, image sources, and candidate tables first so you know which structural elements must survive later cleanup.
Strip unwanted tags and reduce unnecessary markup while protecting the nodes that carry headings, body text, references, or tabular meaning.
Convert the cleaned HTML into editable Markdown, a layout-faithful PDF, or both, choosing the PDF engine that best matches the source styling and pagination needs.
Recheck tables, links, images, and encoded text in the generated files so the final package can be reused without reopening the original page.
Choose Markdown for editable text, PDF for review or handoff, and CSV only for true tabular data extracted from the page.
Separate navigation, tracking attributes, scripts, inline styling, and decorative wrappers from links, images, headings, and body content that must remain.
Plan a comparison that confirms retained links, image references, table rows, headings, and visible text after each conversion.