Markdown Editing
This guide explains how to edit Markdown files in FiboCode and use the editor’s media rendering, preview, syntax completion, and Agent-assisted editing features.
Open and edit a Markdown file
Open a .md file from the workspace and edit it in the code editor. Save it normally; Git tracks the file together with the rest of the repository.
Paste images and render videos
Place the cursor at the target position and paste an image from the clipboard. FiboCode saves the image asset and inserts its Markdown reference. Image and video references are rendered in the document.
If a demo cannot load, its labeled media placeholder remains visible instead of leaving a blank or broken region.
Preview images and Mermaid diagrams
Select a rendered image or Mermaid diagram to open it in a larger preview without leaving the document.
Complete Markdown syntax as you write
Start typing a Markdown construct. The completion list suggests common syntax that you can insert into the document.
Work with an Agent on project knowledge
Ask your Agent CLI to draft or revise a Markdown document. When it finishes, return to the editor, inspect the text, and review the Markdown diff together with any related code changes.