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.

Last updated