> ## Documentation Index
> Fetch the complete documentation index at: https://docs.htmldrop.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Pasting HTML or Markdown

> No file on disk? Paste markup straight into the dashboard and publish it.

Sometimes the thing you want online was never a file — a snippet an assistant
produced in a chat window, a note you just typed, a fragment from someone
else's message.

In the dashboard you can paste HTML or Markdown directly into a text box and
publish it to a URL, with no intermediate save-to-disk step.

<Steps>
  <Step title="Open the dashboard">
    Go to [htmldrop.app/dashboard](https://htmldrop.app/dashboard) and start a
    new drop.
  </Step>

  <Step title="Paste your markup">
    Choose the paste option and drop your HTML or Markdown in. Markdown is
    rendered to a styled page; HTML is served as-is.
  </Step>

  <Step title="Publish">
    You get a live URL immediately, exactly as with an uploaded file — including
    versions, so you can paste a revision later and still roll back.
  </Step>
</Steps>

<Tip>
  If an AI assistant produced the content, connecting it via
  [MCP](/agents/overview) removes this step entirely — the agent publishes
  directly and hands you the link.
</Tip>
