Created
August 5, 2022 06:54
-
-
Save martinthomson/fc005863821a573d29435ca21e33050c to your computer and use it in GitHub Desktop.
Enable text/markdown media type for .md files in Windows
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\.md] | |
"Content Type"="text/markdown" | |
@="md_auto_file" | |
"PerceivedType"="text" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment