mdmodels 0.2.9

A tool to generate models, code and schemas from markdown files
Documentation
---
id-field: true
repo: "https://www.github.com/my/repo/"
prefix: "tst"
prefixes:
  schema: http://schema.org/
nsmap:
  tst: http://example.com/test/
---

### Test

- __name__
  - Type: string
  - Term: schema:hello
  - XML: @name

### Test

- number
  - Type: float
  - Term: schema:one
  - XML: @number

### Enumeration

```
GO = "https://amigo.geneontology.org/amigo/term/"
```

### Enumeration

```
GO = "https://amigo.geneontology.org/amigo/term/"
```