Platform Objective
Our platform is designed to enhance Markdown content creation by introducing modern features that enrich the final rendering and visual presentation of your text. To achieve this goal, we have developed a component system based on a simple and minimalist syntax. This system provides content creators with a range of tools and the flexibility needed to organize and structure their documents effectively, resulting in a professional, modern, and visually appealing presentation.
Recommended Best Practices
We recommend that users take advantage of our Markdown editor, which integrates several tools specifically designed to simplify and accelerate content creation. These tools include:
- A simple and intuitive Markdown editor Fully compatible with both native Markdown syntax and our component syntax, it delivers a productive and supportive content creation experience.
- A range of customizable components Ready to be used in your documents without writing a single line of code, allowing you to focus entirely on your content.
- A media file upload tool Enables you to upload files and retrieve their URLs for direct use within your Markdown documents, eliminating the need for external tools.
- A Markdown file import tool Allows you to upload a Markdown file from your local machine and edit it within our editor while benefiting from all available features.
- A real-time preview tool Lets you see how your Markdown documents will render as you create them, making it easy to adjust both content and visual presentation to meet your needs.
-
Super Markdown Component System
In the coming soon, we will open our Markdown component management system to the community. This will allow users to create their own components and publish them either publicly or privately, according to their own policies and preferences.
Tips and Guidelines
This section presents a set of best practices aimed at optimizing the final output of your content using the tools at your disposal. Its goal is to facilitate the management of your documents and reduce the effort required to achieve a professional, modern, and attractive result.
color a portion of the text in a primary color
color a portion of the text in a secondary color
Add Primary background color a portion of the text
Add Secondary backgropund color a portion of the text
Add Primary Marker color a portion of the text
Add Secondary Marker color a portion of the text
Add math equations inside in the standard text
To write mathematical equations within a text, use the symbol ^^^ LaTeX ^^^. See the example above for a clear understanding:
Add math equations inside the params of the components
To write mathematical equations within the parameters of other components, use the symbol ^^ LaTeX ^^. See the example above for a clear understanding:
Components Parametres
Regarding component parameters, it's important to distinguish between those necessary for the proper functioning of certain components and those that are optional for the system. To optimize your Super Markdown code, it's recommended to remove unused parameters from your components. This practice helps to effectively simplify your final Super Markdown code. For example, in this document, We will use the Header component in simple mode, so we can declare the component code as follows:
In this example, we have removed all unnecessary parameters to optimize our final Super Markdown code, making it more readable to read and modify later.
Navigation inside the documment
This section presents a simple tip for implementing internal navigation within your document. The goal is that when a user clicks a link or button, they are redirected to a specific section within the same document. This feature enhances how readers interact with your content and facilitates the creation of coherent links between closely related sections.
What's Next ?
- AI Agent Support : Getting Started with AI Agent Support
- Fréquents Questions : A collection of frequently asked questions related to the platform
- Super Markdown API : TGetting Started with Super Markdown API
Need help ? Our team is here to support you. Contact us or check our FAQ.

