## convert()


Convert text to a target format.


Usage


``` python
convert(
    text,
    fmt="html",
)
```


## Parameters


`text: str`  
Input text.

`fmt: str = ``"html"`  
Target format.


## Returns


`str`  
Converted text.
