Rich Text
Edit formatted content. It converts to Markdown automatically.Sample: GoPlain Web
This sample shows what GoPlain Web can convert. Replace it with your own content, import a local file, or use Clear Sample to start blank.
What works here
- Edit rich text and Markdown side by side.
- Paste tables, lists, links, quotes, and code blocks.
- Copy HTML or Markdown when you need to move content elsewhere.
Example table
| Format | Use | Action |
|---|---|---|
| Markdown | Docs, README files, notes | Copy MD |
| HTML | CMS and web editors | Copy HTML |
| Plain text | Clean draft handoff | Export TXT |
Code block
function openMarkdown(file) {
return GoPlain.read(file);
}
Ready
0 words