Step 1
Choose the page that contains the source material you actually want Claude to reference.

Guide
Claude Projects are most useful when the project knowledge is deliberate. A cleaner Markdown-style source note gives Claude a more readable reference while giving you a file you can inspect and revise.
Core idea
A project knowledge file should help Claude retrieve the right facts later. That means the source should have a clear title, useful headings, preserved links, and enough context to stand on its own. It should not begin with a menu, cookie notice, or a giant block of page chrome.
Workflow
This is a simple staging process: clean the source, inspect it, add a small header, and only then move it into the workspace that will depend on it later.
Choose the page that contains the source material you actually want Claude to reference.
Convert the page or copied HTML into Markdown with Paepae Stack.
Review the output and remove any remaining irrelevant sections.
Add a short source header with URL, title, and date captured.
Save the cleaned text as a source note.
Add or paste that source note into your Claude project workflow.
Source note template
That extra note helps future-you understand why the source belongs there, not just where it came from.
# Source Note: [Page Title]
Source URL: [url]
Captured: [date]
Prepared with: Paepae Stack HTML to Markdown for AI
## Why this source matters
[One or two sentences about how this source should be used in the project.]
## Cleaned source
[Paste cleaned Markdown here]Quality checks
The goal is not maximum volume. It is a set of sources whose structure and purpose are obvious when you revisit the project later.
The title says what the source is.
The first paragraph explains why the source belongs in the project.
The content is organized under useful headings.
The source URL is preserved for checking later.
Long pages are split into topic-specific notes when needed.
Older sources are dated so they can be refreshed later.
When to split
Split a source when one page covers several jobs. A long docs page might include setup, authentication, API reference, examples, and limits. If your project only needs one part, make a smaller note. Claude usually works better with deliberate context than with a giant file whose useful section is buried in the middle.
Common questions
These are the questions that usually decide whether a page becomes a reliable project source note or a noisy dump that is harder to trust later.
Usually no. Raw HTML can work when the markup itself matters, but most project knowledge benefits from cleaner text or Markdown-style structure.
Yes. The URL gives you a way to verify, refresh, or replace the source later.
No. The same workflow can help any long-running AI workspace where source quality matters. Claude Projects are simply a concrete use case.
Next steps
From here, the best next step is to clean the source, return to the broader chatbot workflow, or compare cleaned handoff notes with raw URL-based context.
Open the tool when you want to turn a web page or copied HTML into a cleaner Markdown-style note before it enters Claude Projects.
Open HTML to Markdown for AIUse the ChatGPT and Claude guide when you want the copy-paste cleanup logic without the longer-lived project-knowledge framing.
Read the chatbot guideMove into the Cursor guide when the same source-note pattern needs to support explicit coding context instead of Claude project knowledge.
Read the Cursor guideRead the URL-versus-Markdown guide when you want the deeper explanation of why cleaned payloads often travel better than raw fetches.
Read URL vs MarkdownStep back to the clean-HTML guide when you want the category-level definition of what makes source material more model-ready.
Read Clean HTML for LLMs