## DelimType


Delimiter type for ordered lists.


Usage

``` python
DelimType
```


## Attributes

| Name | Description |
|----|----|
| [NONE](#NONE) |  |
| [PAREN](#PAREN) |  |
| [PERIOD](#PERIOD) |  |

------------------------------------------------------------------------


#### NONE


`NONE=lib.CMARK_NO_DELIM`


------------------------------------------------------------------------


#### PAREN


`PAREN=lib.CMARK_PAREN_DELIM`


------------------------------------------------------------------------


#### PERIOD


`PERIOD=lib.CMARK_PERIOD_DELIM`
