Markdown
Markdown is a lightweight markup language for adding formatting elements to plain text. JetBrains Fleet recognizes Markdown files, provides a dedicated editor with highlighting, completion, and formatting, and shows the rendered HTML in a live preview pane. Support is based on the CommonMark specification with an additional support for the most part of the GitHub Flavored Markdown dialect.
In the Files panel, double-click the Markdown file to open it in the editor.
Click the preview icon located in the upper-right corner of the editor. Alternatively, press Alt0P.
To disable the preview, click the selected mode on the preview icon again.
(Optional) Select the preview mode that you find most convenient.
You have the option to choose from the following preview modes:
Show Preview on the Right: displays the file preview on the right side of the editor.
Show Preview Only: expands the file preview to cover the entire editor, similar to an open file, providing an unobstructed view of the document.
Show Preview Below: positions the file preview directly below the currently open file.
By default, JetBrains Fleet recognizes any file with the .md or .markdown extension as a Markdown file.
Right-click a directory in the Files panel and select New File.
Alternatively, you can select the necessary directory and press Ctrl0N.
Enter a name for your file with a recognized extension, for example: readme.md.
Thanks for your feedback!