Open a markdown file on browser

Is it possible to open a markdown file which is on a filesystem and display it on browser without parsing the file?
Usually, in python we open a file and then traverse through the file using a object to perform an operation, however, since dash is now having “markdown” methods, can we display a markdown file like ‘readme.md’ on browser?

Thank you.