Examples

Nano Markup by example.

These examples show the everyday shapes Nano Markup is designed for: profiles, catalogs, project metadata, text blocks, empty values, and root strings. Each example also has a paired JSON file in the specification repository.

New to the format? Read the tutorial, see why Nano Markup exists, or review the specification.

Patterns

Common document shapes

Quick read

A readable profile

Nano Markup
..
    name Ariana
    languages:
        Slovak
        English
    address|
        20 Forest Street
        811 01 Bratislava
Data tree
{
  "name": "Ariana",
  "languages": ["Slovak", "English"],
  "address": "20 Forest Street\n811 01 Bratislava"
}