hzDocs
Tests

Mermaid

some meta

Sample

1, Mermaid

2, Mermaid

3, Mermaid

Query Info

Mermaid-(js) version is:

more

sequence diagram

state diagram

git graph

flowchart

geojson & topjson

创建 GeoJSON 和 TopoJSON 地图 不被支持。

```geojson
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -90,
              35
            ],
            [
              -90,
              30
            ],
            [
              -85,
              30
            ],
            [
              -85,
              35
            ],
            [
              -90,
              35
            ]
          ]
        ]
      }
    }
  ]
}
```

How is this guide?

Edit on GitHub

Last updated on

On this page