Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p-adams/stego-markdown
https://github.com/p-adams/stego-markdown
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/p-adams/stego-markdown
- Owner: p-adams
- Created: 2024-03-08T07:20:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-18T07:16:13.000Z (8 months ago)
- Last Synced: 2024-04-15T01:53:43.398Z (7 months ago)
- Language: TypeScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stego-markdown
stego-markdown is a Deno TypeScript project for converting Markdown files to HTML
## Features
- Convert Markdown files to HTML.
- Easy-to-use CLI interface.## Installation
Ensure you have Deno installed: [Install Deno](https://deno.land/#installation)
`deno run --allow-read --allow-write src/cli.ts "README.md" index.html`