Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
13,468
Downloads of v 1.20.10:
82
Last Update:
06 Jan 2020
Package Maintainer(s):
Software Author(s):
- Rick Strahl
- West Wind Technologies
Tags:
markdown text editor weblog blog publishing documentation westwind
Markdown Monster Portable Install
This is not the latest version of Markdown Monster Portable Install available.
Downloads:
13,468
Downloads of v 1.20.10:
82
Maintainer(s):
Software Author(s):
- Rick Strahl
- West Wind Technologies
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Markdown Monster Portable Install 1.20.10
This is not the latest version of Markdown Monster Portable Install available.
All Checks are Passing
2 Passing Test
To install Markdown Monster Portable Install, run the following command from the command line or from PowerShell:
To upgrade Markdown Monster Portable Install, run the following command from the command line or from PowerShell:
To uninstall Markdown Monster Portable Install, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download markdownmonster.portable --internalize --version=1.20.10 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade markdownmonster.portable -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade markdownmonster.portable -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure markdownmonster.portable installed
win_chocolatey:
name: markdownmonster.portable
state: present
version: 1.20.10
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'markdownmonster.portable' do
action :install
version '1.20.10'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: markdownmonster.portable,
Version: 1.20.10,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller markdownmonster.portable
{
Name = 'markdownmonster.portable'
Ensure = 'Present'
Version = '1.20.10'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'markdownmonster.portable':
provider => 'chocolatey',
ensure => '1.20.10',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install markdownmonster.portable version="1.20.10" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
This package was approved as a trusted package on 06 Jan 2020.
Markdown Monster is an easy to use and extensible Markdown Editor and Viewer and Weblog Publisher by West Wind Technologies.
This portable install doesn't run an installer and is self-contained in its install folder and doesn't require admin mode to install.
Markdown Monster sports syntax colored editing of Markdown text, inline spell checking, live, synced HTML preview, embedding, dragging and pasting of images, code, links and Emoji and has built-in support for screen captures. There is support for text snippet expansion and C# script execution to automate and extend Markdown Monster. But above all the editor's goal is to get out of your way and let you focus on your content creation, and provide you with tools to get your job done efficiently.
You can save documents to Html and PDF files. Markdown Monster can also publish your Markdown directly to your Weblog that supports WordPress, MetaWebLog or Medium APIs. You can manage multiple blogs and even download existing HTML posts as Markdown.
Markdown Monster can also be extended using an easy, but powerful .NET based add-in model and a few useful addins are available to provide features like storing images in Azure Blobs, a reusable Snippets manager, and more. You can also swap Markdown Parsers between Markdig and Pandoc and use another custom Markdown parser via addin integration.
Markdown Monster can be downloaded and evaluated for free. This package is unlimited and fully functional, but a license is required for continued use. Although Markdown Monster is licensed software, the source code is available in the open on GitHub. Requires .NET 4.7.2 or later.
This is a portable installation that doesn't run an installer installer and keeps all configuration data in a self-contained folder. The full desktop Chocolatey install is also available in the MarkdownMonster Package.
$packageName = 'markdownmonster.portable'
$toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$filePath = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)\\MarkdownMonsterPortable.zip"
Get-ChocolateyUnzip -FileFullPath "$filePath" -Destination $toolsDir
remove-item "$filePath"
Although source code is available for Markdown Monster, the software
is licensed as © Rick Strahl, West Wind Technologies, 2016-2017.
Markdown Monster can be downloaded and evaluated for free, but
a reasonably priced license must be purchased for continued use.
Licenses are per user, rather than per machine, so you can use
Markdown Monster on as many computers you wish with your license.
Licenses can be purchased from:
http://store.west-wind.com/product/markdown_monster
Warranty Disclaimer: No Warranty!
IN NO EVENT SHALL THE AUTHOR, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THIS PROGRAM AND DOCUMENTATION, BE LIABLE FOR
ANY COMMERCIAL, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM INCLUDING,
BUT NOT LIMITED TO, LOSS OF DATA OR DATA BEING RENDERED INACCURATE
OR LOSSES SUSTAINED BY YOU OR LOSSES SUSTAINED BY THIRD PARTIES OR
A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS, EVEN
IF YOU OR OTHER PARTIES HAVE BEEN ADVISED OF THE POSSIBILITY
OF SUCH DAMAGES.
md5: A4AF5F1AF0346AED59E71EA53D670356 | sha1: D29CCED7556C2EBF0A1A7F98E76D370479AD7E69 | sha256: FEDF4A42A0E25429DF3D49EEA2999C1330F28E83898F27AACE1DF1BAC82D5C4C | sha512: A4E67E9B2C0BD8DED74247DCE9922DEC5A0A67B9DB88942E5AF4139F4E917D55E068D068C38ECD1A76B8CC32FBB8F42C5932B5D0D719DCAEB2E1840900788FE3
VERIFICATION
MarkdownMonster.Portable.zip
SHA256 Checksum Value: FEDF4A42A0E25429DF3D49EEA2999C1330F28E83898F27AACE1DF1BAC82D5C4C
Log in or click on link to see number of positives.
- System.Windows.Interactivity.dll (93fbc59e4880) - ## / 69
- System.AppContext.dll (ea3a3003e10f) - ## / 58
- System.Runtime.InteropServices.RuntimeInformation.dll (2f141b72a2af) - ## / 69
- System.Threading.Tasks.Extensions.dll (2804e53913a5) - ## / 69
- Microsoft.Win32.Primitives.dll (e281d04d3511) - ## / 70
- System.Console.dll (083f8649db80) - ## / 70
- System.Diagnostics.DiagnosticSource.dll (d22133818a30) - ## / 69
- System.Globalization.Calendars.dll (8e5a549c6c03) - ## / 69
- System.IO.Compression.dll (b963eb95627b) - ## / 67
- System.IO.Compression.ZipFile.dll (b5c12e909964) - ## / 70
- System.IO.FileSystem.dll (2d917d520488) - ## / 70
- System.IO.FileSystem.Primitives.dll (02a6f9601aa4) - ## / 68
- System.Net.Http.dll (b741118740ba) - ## / 69
- System.Net.Sockets.dll (eefa668da7a0) - ## / 69
- System.Security.Cryptography.Encoding.dll (91c7c02d46f7) - ## / 69
- System.Security.Cryptography.Primitives.dll (5a6c8f69a8de) - ## / 69
- System.Xml.ReaderWriter.dll (cdd78df6e154) - ## / 69
- Hunspellx64.dll (24e0fea3a9cf) - ## / 71
- Hunspellx86.dll (d995faf5d681) - ## / 70
- NHunspell.dll (dfb27a7bf4a4) - ## / 69
- CookComputing.XmlRpcV2.dll (9cb43419715a) - ## / 69
- FontAwesome.WPF.dll (63d50dbe094b) - ## / 67
- System.ValueTuple.dll (158a18599e8d) - ## / 69
- System.Diagnostics.FileVersionInfo.dll (3b031a6e7bd5) - ## / 70
- System.Diagnostics.StackTrace.dll (76cf1410724d) - ## / 70
- System.Security.Cryptography.Algorithms.dll (6a0f94d33609) - ## / 68
- System.Security.Cryptography.X509Certificates.dll (f415a437f474) - ## / 68
- System.Text.Encoding.CodePages.dll (8e85e80455b3) - ## / 69
- System.Xml.XmlDocument.dll (fe1fda39c8f4) - ## / 69
- System.Xml.XPath.dll (371c158de728) - ## / 70
- System.Xml.XPath.XDocument.dll (942a51083585) - ## / 70
- Dragablz.dll (922ad6b96d27) - ## / 69
- ControlzEx.dll (241cb77017dc) - ## / 72
- System.Buffers.dll (9444b5a41a81) - ## / 69
- System.Numerics.Vectors.dll (a044d77edb6e) - ## / 68
- LumenWorks.Framework.IO.dll (e3155f4c18e0) - ## / 71
- Microsoft.CodeAnalysis.CSharp.dll (a8da63084e18) - ## / 69
- Microsoft.CodeAnalysis.CSharp.Scripting.dll (f9d1b24702d7) - ## / 69
- Microsoft.CodeAnalysis.dll (0192c7052cc2) - ## / 70
- Microsoft.CodeAnalysis.Scripting.dll (b08e02093c99) - ## / 68
- System.Runtime.CompilerServices.Unsafe.dll (1ad2dd7225d5) - ## / 69
- pingo.exe (43bb505732bd) - ## / 73
- wkhtmltopdf.exe (0b71358e1d04) - ## / 70
- System.Collections.Immutable.dll (eaf7deaa8377) - ## / 70
- System.Reflection.Metadata.dll (ced3abd81d7d) - ## / 70
- Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll (896ea7319377) - ## / 67
- Microsoft.Build.Tasks.CodeAnalysis.dll (7ea30b82f86e) - ## / 70
- VBCSCompiler.exe (a16b4d7c6504) - ## / 69
- System.Web.Razor.dll (691fffbad109) - ## / 64
- Westwind.RazorHosting.dll (d4758d5c4f1b) - ## / 69
- Microsoft.WindowsAPICodePack.dll (356cebf09393) - ## / 70
- Microsoft.WindowsAPICodePack.Shell.dll (f6cd42350ee7) - ## / 70
- YamlDotNet.dll (0a380b9e0705) - ## / 71
- Newtonsoft.Json.dll (3598cccad5b5) - ## / 67
- Westwind.TypeImporter.dll (5c9c5e878529) - ## / 71
- System.Memory.dll (41b5e1a4c59a) - ## / 67
- System.Diagnostics.DiagnosticSource.dll (f71b33937ed8) - ## / 69
- MahApps.Metro.dll (1af18a7eae46) - ## / 69
- Markdig.dll (13a5708d7103) - ## / 68
- ReverseMarkdown.dll (b95acf337cb9) - ## / 70
- git2-106a5f2.dll (1237de47ec71) - ## / 72
- HtmlAgilityPack.dll (0fc482cd78c2) - ## / 68
- LibGit2Sharp.dll (7e0bb1c5b0d9) - ## / 71
- Microsoft.ApplicationInsights.dll (277d1dc8fd4b) - ## / 71
- Mono.Cecil.dll (5b39caf5c7e4) - ## / 70
- Westwind.Utilities.dll (8e7e33841150) - ## / 72
- git2-106a5f2.dll (9daa0bcb0cee) - ## / 72
- MarkdownMonster.Portable.1.20.10.nupkg (c9dff66b3c34) - ## / 62
- MarkdownMonsterPortable.zip (fedf4a42a0e2) - ## / 60
- MarkdownMonster.exe (3f3def00616f) - ## / 73
- mm.exe (df483e0558c3) - ## / 73
- ScreenCaptureAddin.dll (b63a1ca79f5b) - ## / 72
- SnippetsAddin.dll (9e52114b0120) - ## / 72
- WeblogAddin.dll (643f8e7dad94) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Markdown Monster Portable Install 1.26 | 63 | Thursday, February 4, 2021 | Approved |
Markdown Monster Portable Install 1.25.16 | 58 | Tuesday, January 12, 2021 | Approved |
Markdown Monster Portable Install 1.25.15 | 37 | Wednesday, January 6, 2021 | Approved |
Markdown Monster Portable Install 1.25.12 | 52 | Friday, December 11, 2020 | Approved |
Markdown Monster Portable Install 1.25.6 | 28 | Wednesday, November 25, 2020 | Approved |
Markdown Monster Portable Install 1.25 | 31 | Wednesday, November 11, 2020 | Approved |
Markdown Monster Portable Install 1.24 | 100 | Thursday, September 3, 2020 | Approved |
Markdown Monster Portable Install 1.23.18 | 45 | Wednesday, August 26, 2020 | Approved |
Markdown Monster Portable Install 1.23.17.2 | 34 | Thursday, August 20, 2020 | Approved |
Markdown Monster Portable Install 1.23.17 | 36 | Wednesday, August 19, 2020 | Approved |
Markdown Monster Portable Install 1.23.15.2 | 42 | Sunday, August 9, 2020 | Approved |
Markdown Monster Portable Install 1.23.14 | 75 | Thursday, July 16, 2020 | Approved |
Markdown Monster Portable Install 1.23 | 68 | Tuesday, June 23, 2020 | Approved |
Markdown Monster Portable Install 1.22.8 | 49 | Tuesday, June 9, 2020 | Approved |
Markdown Monster Portable Install 1.22.6 | 56 | Thursday, May 28, 2020 | Approved |
Markdown Monster Portable Install 1.22.4 | 69 | Tuesday, May 12, 2020 | Approved |
Markdown Monster Portable Install 1.22.2 | 87 | Thursday, April 30, 2020 | Approved |
Markdown Monster Portable Install 1.22 | 64 | Wednesday, April 22, 2020 | Approved |
Markdown Monster Portable Install 1.21.12 | 104 | Friday, April 10, 2020 | Approved |
Markdown Monster Portable Install 1.21.11 | 119 | Tuesday, March 24, 2020 | Approved |
Markdown Monster Portable Install 1.21 | 149 | Monday, January 27, 2020 | Approved |
Markdown Monster Portable Install 1.20.12 | 106 | Friday, January 17, 2020 | Approved |
Markdown Monster Portable Install 1.20.10 | 82 | Monday, January 6, 2020 | Approved |
Markdown Monster Portable Install 1.20.8 | 110 | Thursday, January 2, 2020 | Approved |
Markdown Monster Portable Install 1.20 | 121 | Friday, November 8, 2019 | Approved |
Markdown Monster Portable Install 1.19.11 | 124 | Friday, October 18, 2019 | Approved |
Markdown Monster Portable Install 1.19.5 | 86 | Monday, September 16, 2019 | Approved |
Markdown Monster Portable Install 1.19.3 | 141 | Monday, September 9, 2019 | Approved |
Markdown Monster Portable Install 1.19 | 91 | Wednesday, September 4, 2019 | Approved |
Markdown Monster Portable Install 1.18.15 | 130 | Tuesday, September 3, 2019 | Approved |
Markdown Monster Portable Install 1.18.14 | 134 | Tuesday, August 27, 2019 | Approved |
Markdown Monster Portable Install 1.18.12 | 147 | Monday, August 19, 2019 | Approved |
Markdown Monster Portable Install 1.18.5 | 187 | Tuesday, June 25, 2019 | Approved |
Markdown Monster Portable Install 1.18 | 141 | Monday, June 17, 2019 | Approved |
Markdown Monster Portable Install 1.17.8 | 155 | Monday, June 10, 2019 | Approved |
Markdown Monster Portable Install 1.17.5 | 123 | Tuesday, June 4, 2019 | Approved |
Markdown Monster Portable Install 1.17 | 114 | Tuesday, May 14, 2019 | Approved |
Markdown Monster Portable Install 1.16.16 | 110 | Friday, May 3, 2019 | Approved |
Markdown Monster Portable Install 1.16.5 | 111 | Monday, April 1, 2019 | Approved |
Markdown Monster Portable Install 1.16.1 | 129 | Saturday, March 23, 2019 | Approved |
Markdown Monster Portable Install 1.15.8 | 126 | Thursday, March 14, 2019 | Approved |
Markdown Monster Portable Install 1.15.6 | 105 | Wednesday, March 6, 2019 | Approved |
Markdown Monster Portable Install 1.14.15 | 139 | Thursday, January 31, 2019 | Approved |
Markdown Monster Portable Install 1.14.12 | 144 | Thursday, January 24, 2019 | Approved |
Markdown Monster Portable Install 1.14.9 | 133 | Wednesday, January 9, 2019 | Approved |
Markdown Monster Portable Install 1.14.8 | 103 | Monday, January 7, 2019 | Approved |
Markdown Monster Portable Install 1.14.7 | 150 | Friday, January 4, 2019 | Approved |
Markdown Monster Portable Install 1.14.6 | 179 | Monday, December 31, 2018 | Approved |
Markdown Monster Portable Install 1.14.4 | 167 | Wednesday, December 19, 2018 | Approved |
Markdown Monster Portable Install 1.14 | 154 | Wednesday, December 12, 2018 | Approved |
Markdown Monster Portable Install 1.13.14 | 128 | Monday, December 3, 2018 | Approved |
Markdown Monster Portable Install 1.13.10 | 166 | Wednesday, November 14, 2018 | Approved |
Markdown Monster Portable Install 1.13.9 | 144 | Tuesday, November 6, 2018 | Approved |
Markdown Monster Portable Install 1.13.5 | 166 | Monday, October 8, 2018 | Approved |
Markdown Monster Portable Install 1.12.4 | 237 | Wednesday, July 4, 2018 | Approved |
Markdown Monster Portable Install 1.11.16 | 171 | Sunday, June 17, 2018 | Approved |
Markdown Monster Portable Install 1.11.11 | 211 | Tuesday, June 5, 2018 | Approved |
Markdown Monster Portable Install 1.11.10 | 152 | Monday, June 4, 2018 | Approved |
Markdown Monster Portable Install 1.11.8 | 180 | Wednesday, May 30, 2018 | Approved |
Markdown Monster Portable Install 1.11 | 209 | Wednesday, May 16, 2018 | Approved |
Markdown Monster Portable Install 1.10.16 | 281 | Wednesday, May 2, 2018 | Approved |
Markdown Monster Portable Install 1.10.5 | 219 | Friday, April 6, 2018 | Approved |
Markdown Monster Portable Install 1.10.4 | 218 | Wednesday, April 4, 2018 | Approved |
Markdown Monster Portable Install 1.10 | 294 | Wednesday, March 28, 2018 | Approved |
Markdown Monster Portable Install 1.9.18 | 220 | Wednesday, March 21, 2018 | Approved |
Markdown Monster Portable Install 1.9.8 | 291 | Tuesday, March 13, 2018 | Approved |
Markdown Monster Portable Install 1.9.2 | 267 | Saturday, February 3, 2018 | Approved |
Markdown Monster Portable Install 1.8.0 | 318 | Monday, December 4, 2017 | Approved |
Markdown Monster Portable Install 1.7.0 | 315 | Thursday, October 19, 2017 | Approved |
Markdown Monster Portable Install 1.6.8 | 343 | Saturday, October 14, 2017 | Approved |
Markdown Monster Portable Install 1.6.0 | 357 | Thursday, September 7, 2017 | Approved |
Markdown Monster Portable Install 1.5.2 | 307 | Monday, August 7, 2017 | Approved |
Markdown Monster Portable Install 1.5.0 | 307 | Friday, August 4, 2017 | Approved |
Markdown Monster Portable Install 1.4.8 | 275 | Saturday, July 8, 2017 | Approved |
Markdown Monster Portable Install 1.4 | 286 | Monday, June 12, 2017 | Approved |
Markdown Monster Portable Install 1.3.2 | 340 | Friday, April 28, 2017 | Approved |
Markdown Monster Portable Install 1.2.10 | 269 | Tuesday, March 7, 2017 | Approved |
Markdown Monster Portable Install 1.2 | 252 | Saturday, February 25, 2017 | Approved |
Markdown Monster Portable Install 1.1.24 | 287 | Friday, February 3, 2017 | Approved |
Markdown Monster Portable Install 1.1.22 | 320 | Monday, January 30, 2017 | Approved |
Markdown Monster Portable Install 1.1.20 | 313 | Thursday, January 26, 2017 | Approved |
Markdown Monster Portable Install 1.1.16 | 222 | Thursday, January 19, 2017 | Approved |
Markdown Monster Portable Install 1.1.15 | 237 | Sunday, January 15, 2017 | Approved |
West Wind Technologies, 2016-2020
This package has no dependencies.
Ground Rules:
- This discussion is only about Markdown Monster Portable Install and the Markdown Monster Portable Install package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Markdown Monster Portable Install, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.