# Markdown Monster - Help
Source: https://markdownmonster.west-wind.com/
```
---------------------------------
Markdown Monster Console v3.9.8.2
---------------------------------
Command: help
mmcli version
mmcli register <registrationKey> <registrationEmail>
mmcli reset
Resets all MM configuration settings to their defaults.
mmcli errors
Opens the error log file in the default Shell Text editor.
mmcli uninstall
Removes Markdown Monster settings and support folders from the system.
Use with portable installs.
mmcli uninstall-reinstall
Removes Markdown Monster settings and support folders from the system
but leaves registration and license information intact.
mmcli file-associations
Re-installs the Markdown Monster file associations for
.md, .markdown, .mdown, .mdproj, .mdd etc.
mmcli install-webview
Re-installs the latest WebView Runtime and cleans
out the private WebView environment folder.
mmcli cleanup-webview
Cleans out the private WebView environment folder.
mmcli setportable
Set MM to run in Portable mode with settings stored
in the install folder.
mmcli unsetportable
Sets MM to run in normal mode which puts settings
data in the common folder `%appdata%\Markdown Monster\`
by default, but you can override that folder.
mmcli enable-windows-longpaths
Enables Windows Long Path support for Windows 10+
mmcli disable-windows-longpaths
Disables Windows Long Path support for Windows 10+
mmcli markdowntohtml -i "<markdownFile>" -o "<htmlFile>"
--rendermode [html*|fragment|packagedhtml|zip]
--theme [<anyAvailableTheme>]
-open
mmcli htmltomarkdown -i "<inputHtmlFile>" -o "<outputMarkdownFile>" -open
mmcli markdowntopdf -i "<inputMarkdownFile>" -o "outputPdfFile" -open
--theme [<anyAvailableTheme>] (recommended to use the default PDF theme)
--orientation [Portrait|Landscape]
--page-size [Letter|Legal|A4|B4]
For more detailed information please go to:
https://markdownmonster.west-wind.com/docs/_5fp0xp68p.htm
```