File structure - Fluid Topics - Latest

Markdown Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

Markdown files must have a title, either using:

  • A Markdown top-level header (#).

    For example:

    # Example title
    
    • If more than one # header exists within a file, the upload fails.
    • If there is any content preceding the # header, the upload fails.
  • The ft:title metadata key at the top of a Markdown file.

    For example:

    ---
    "ft:title": "Example title"
    ---
    

    It is possible to add other metadata at the top of a Markdown file. See Metadata in topics.