Source code for mdutils.tools.Header

# Python
#
# This module implements a text class that allows to modify and create text on Markdown files.
#
# This file is part of mdutils. https://github.com/didix21/mdutils
#
# MIT License: (C) 2020 Dídac Coll





if __name__ == "__main__":
    import doctest

    doctest.testmod()