Create Markdown Documents
Create and edit Markdown note documents directly in DoCube, using simple markup syntax to format text and focus on content creation.
Create New Document
Navigate to >
Create >
Markdown, click to create a new Markdown document and open it in a new tab.
Navigate to >
Create >
Markdown, click to create a new Markdown document and open it in a new tab.
Navigate to >
Create >
Markdown, click to create a new Markdown document and open it in a new tab.
Using DoCube-Specific Links in Markdown
Document Links
DoCube generates unique document links for any position in imported documents. You can use these links in Markdown documents to reference other documents.
Click the
button
on the right side of the tab label,
copy the document link, then paste it into your Markdown document to generate a link in the format [Document Title](docube://document/articleid).
Anchor Links
Anchor links add an anchor named anchor_1 using the syntax [Anchor]{anchor_1}, then you can link to the specified anchor by setting the URL part to # plus the anchor name.