#!/usr/bin/python3

import sys

from myst_parser.parsers.docutils_ import cli_html5_demo


if __name__ == "__main__":
    sys.exit(cli_html5_demo())
