Cogni Docs
  • Welcome
  • Getting Started
    • Quickstart
    • Uploading Files
  • Basics
    • About Cogni
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • Integrations
    • Installation Guide
  • Use Cases
    • Uploading AI Models
    • Retrieving Models
    • Pinning a Dataset
    • Sharing AI Resources
  • Group 1
    • FAQs
Powered by GitBook
On this page
  1. Basics

Markdown

Markdown

Markdown is a lightweight and powerful formatting tool that enhances your files' descriptions and metadata. With Markdown in Cogni, you can:

  • Create Detailed File Descriptions: Add headers, bullet points, and paragraphs to provide in-depth information about your files.

  • Link External Resources: Include hyperlinks to external datasets, papers, or repositories to enrich your metadata.

  • Embed Code Blocks: Add syntax-highlighted code snippets for scripts or instructions related to your files.

Markdown Syntax Examples

  1. Headers:

    # Header 1
    ## Header 2
    ### Header 3
  2. Lists:

    - Bullet point 1
    - Bullet point 2
      - Sub-point
  3. Links:

    [Visit Cogni](https://cogni.host)
  4. Code Blocks:

    ```python
    def example():
        print("This is a code block.")

By using Markdown, you ensure that your files and metadata are not only accessible but also visually organized and easy to read on the Cogni platform.

PreviousEditorNextImages & media

Last updated 4 months ago