mdmodels 0.2.9

A tool to generate models, code and schemas from markdown files
Documentation
### Root

- floating
  - Type: float
- integer
  - Type: integer
- boolean
  - Type: boolean
- string
  - Type: string
- primitive_number_array
  - Type: float[]
- complex
  - Type: Nested
- complex_array
  - Type: Nested[]
- mixed_array
  - Type: integer, Nested
  - Multiple: True


### Nested

- name
  - Type: string
- age
  - Type: integer