https://github.com/d4v1-sudo/markdown-to-html
</> - A complete HTML code for viewing Markdown texts using showdown js and prism js. With support for the most varied types of programming languages in Markdown
https://github.com/d4v1-sudo/markdown-to-html
markdown-editor markdown-to-html markdown-viewer
Last synced: 6 months ago
JSON representation
</> - A complete HTML code for viewing Markdown texts using showdown js and prism js. With support for the most varied types of programming languages in Markdown
- Host: GitHub
- URL: https://github.com/d4v1-sudo/markdown-to-html
- Owner: d4v1-sudo
- License: mit
- Created: 2024-04-25T12:02:15.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T19:32:07.000Z (almost 2 years ago)
- Last Synced: 2025-07-25T04:13:23.287Z (12 months ago)
- Topics: markdown-editor, markdown-to-html, markdown-viewer
- Language: HTML
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Markdown to html
A complete HTML code for viewing Markdown texts using showdown js and prism js. With support for the most varied types of programming languages to see in Markdown.
## How to Use
Two ways:
1. **Clone the Repository**:
```shell
git clone https://github.com/d4v1-sudo/markdown-to-html.git
```
Then, open the `index.html` file in your browser to start exploring the interface.
2. **Download the ZIP File**:
- Go to the main repository page at [https://github.com/d4v1-sudo/markdown-to-html](https://github.com/d4v1-sudo/markdown-to-html).
- Click the "Code" button and select "Download ZIP."
- Extract the ZIP file on your computer and open the `index.html` file in your browser.
## Contributions
Contributions are welcome! Feel free to open issues or send pull requests to enhance this project.