From d66750d724670d3310996ad1bf90bbac7eb89f91 Mon Sep 17 00:00:00 2001 From: Julio Cabria <64993676+Julynx@users.noreply.github.com> Date: Wed, 17 Apr 2024 11:53:47 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 995251e..a339ff8 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,15 @@ _Add Markdown to PDF conversion to the right click menu of Windows File Explorer - Right click any Markdown file, then click `Convert to PDF`. - For real-time conversion to PDF, click `Convert to PDF (live)`. +If you don't see the new menu entries when right clicking on a file, please ensure it has the `.md` extension. +Because Windows **hides file extensions** by default, it might actually be a `.md.txt` file. +Check out [this link](https://lazyadmin.nl/win-11/show-file-extension-windows-11/) if you wish to disable this behavior. + ## Uninstalling To remove the entries from the right click menu, download `uninstall.reg` from this repository and double click it. -Run the following command if you also wish to uninstall `markdown-convert`: +If you also wish to uninstall `markdown-convert`, run the following command: ```bash pip uninstall markdown-convert -y