Small typo in README.
This commit is contained in:
parent
c73afcffea
commit
4b62506451
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
This project shows how to create a sample plugin for MarkItDown. The most important parts are as follows:
|
This project shows how to create a sample plugin for MarkItDown. The most important parts are as follows:
|
||||||
|
|
||||||
FNext, implement your custom DocumentConverter:
|
Next, implement your custom DocumentConverter:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from typing import Union
|
from typing import Union
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue