MarkdownReader
Overview
Dummy class that inherits from the generic IReader class. It is used to convert markdown content into markdown. Created to maintain consistency against all the readers.
Parameters
markdown_content: str- The markdown content.
Attributes
markdown_content: str- The markdown content.