Editing Guide
Choose an editing mode
FkeMark does not force you to choose only source or preview.
- Live: best for daily writing. Common Markdown blocks render as you write, reducing formatting noise.
- Read: best for proofreading and reading. Review the document like a finished article.
- Source: best for precise edits. Keep full control of Markdown syntax.
Common block content
You can use:
- Headings, paragraphs, and quotes
- Ordered lists, unordered lists, and task lists
- Tables
- Code blocks and syntax highlighting
- KaTeX math
- Images, links, highlights, and underline
Recommended writing flow
- Use
Sourceto draft the structure quickly. - Switch to
Livefor body text and tables. - Open split view to check complex code blocks or formulas.
- Use
Readfor the final reading pass.
Import and export
FkeMark supports conversion between Markdown, HTML, and TXT. Keep Markdown as the primary format, and use exported formats only for sharing or migration.
Tips for long documents
- Keep only one level-one heading in each article.
- Split long sections with level-two and level-three headings.
- Break wide tables into smaller tables when possible.
- Use descriptive link text instead of “click here”.