command
module
Version:
v0.0.0-...-716adc8
Opens a new window with list of versions in this module.
Published: Apr 7, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
markdown-viewer
This is a simple Go application that serves a Markdown file as HTML using the
goldmark
package.
Installation
-
Clone the repository:
git clone https://github.com/mikelorant/markdown-viewer.git
-
Navigate to the project directory:
cd markdown-viewer
Usage
-
Place your Markdown file in the project directory and rename it to
content.md
.
-
Run the application:
go run .
-
Open your web browser and visit http://localhost:8080
to view the rendered
Markdown file.
Dependencies
This project uses the following third-party package:
- goldmark - A Markdown parser written in Go
License
This project is licensed under the MIT License.
Contributing
Contributions are welcome! Please open an issue or submit a pull request if you
have any improvements or bug fixes.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.