Markdown Documents Support

From RAD Studio
Jump to: navigation, search

Go Up to IDE Reference and Utilities


IDE Support for Markdown Documents and HTML Previews

The Markdown files support email, web, and file links. It also supports table views. Edit the Markdown file in the Code tab.


File:Markdowns.png


Note: Open the linked files in a tab in the IDE. Do not attempt to open a file through the system.

Images and file links can be either absolute or relative to the location of the Markdown file.

Note: Only local paths are supported.

The Markdown display rendering works with the CSS stylesheet. The IDE translates system colors specified in a CSS file to the current theme version of that color. To edit the IDE’s Markdown.css file (in ObjRepos), use colors with an ide_ prefix (e.g. color: ide_red;).

Note: You cannot edit HTML in the formatted preview.

See Also