Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liolle/mdpreviewer
markdown previewer
https://github.com/liolle/mdpreviewer
markdown parser typescript
Last synced: about 2 months ago
JSON representation
markdown previewer
- Host: GitHub
- URL: https://github.com/liolle/mdpreviewer
- Owner: liolle
- Created: 2024-10-05T18:43:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:41:29.000Z (4 months ago)
- Last Synced: 2024-11-02T06:05:24.377Z (3 months ago)
- Topics: markdown, parser, typescript
- Language: TypeScript
- Homepage: https://md-viewer.kodevly.com
- Size: 243 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mdPreviewer
Example App using the [@edllx/md-parser](https://github.com/liolle/mdParser) and [solidjs](https://www.solidjs.com/) to render a markdown file.
## [Demo](https://md-viewer.kodevly.com/)
[![Demo](.github/images/demo.png)](https://md-viewer.kodevly.com/)
## Features
| Name | | | |
| -------------- | -------- | ------------ | -------- |
| Heading | ✅ | Tables | ❌ |
| Unordered list | ✅ | Ordered list | ❌ |
| Bold | ✅ | Quotes | ❌ |
| Italic | ✅ | Unicode | ❌ |
| Links | ✅ | | |
| Inline code | ✅ | | |
| Code block | ✅ | | |