**Describe the bug** The sample code provided is broken due to the library not being correctly imported **Current state** File in question: **doc** > **source** > **examples** > **[Example_Markdown.md](https://github.com/didix21/mdutils/blob/master/doc/source/examples/Example_Markdown.md)** `import Mdutils` **Expected state** `from mdutils.mdutils import MdUtils`