An editor that converts Markdown to Confluence Wiki Markup.
- Basic functionality
- Headings
- Lists
- Single level
- Multiple levels
- Links
- Tables
- Text effects
- Bold / Strong
- Italic / Emphasis
- Deleted / Strikethrough
- Monospaced
- Blockquote
- Citation ❓
- Inserted / Underline ❓
- Superscript ❓
- Subscript ❓
- Colored ❓
- Text breaks
- Line break (using
<br/>
) - Horizontal rule
- Line break (using
- Links
- Images
- Simple code blocks
- Advanced functionality
- Permanent links
- Macros & Customizations
- Code blocks
- Title
- Collapsible
- Line numbers
- First line number
- Theme
- Code blocks
- Configuration profiles
# Install dependencies
bun install
# Start dev server
bun dev
# Build for production
bun run build
# Preview production build
bun run preview
# Run tests
bun run test # or `bun run test:watch` for watch mode
# Format & lint
bun check