Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 | ✅ | | |