https://github.com/larswaechter/markular
A lightweight Markdown Editor for Angular.
https://github.com/larswaechter/markular
Last synced: 2 months ago
JSON representation
A lightweight Markdown Editor for Angular.
- Host: GitHub
- URL: https://github.com/larswaechter/markular
- Owner: larswaechter
- Created: 2025-08-20T15:56:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-21T21:58:51.000Z (2 months ago)
- Last Synced: 2025-08-21T22:55:17.644Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- fucking-awesome-angular - markular - A lightweight Markdown editor for Angular. (Third Party Components / Markdown)
- awesome-angular - markular - A lightweight Markdown editor for Angular. (Third Party Components / Markdown)
README
# markular
[](https://opensource.org/licenses/MIT)
[](http://www.typescriptlang.org/)
A lightweight Markdown Editor for Angular.

## 📍 Introduction
markular is an open source **Mark**down editor for Ang**ular** >= 14 with preview support.
Features:
- Markdown editing
- Markdown to HTML rendering
## 💻 Installation
Install via npm:
```bash
npm i --save markular
```
## 🔨 Usage
Import the standalone component:
```ts
import { Markular } from 'markular';
@Component({
imports: [Markular]
})
```
and use it in your template:
```html
```
See the [demo app](https://github.com/larswaechter/markular/tree/main/projects/demo/src/app) for a more detailed example.
## 👋 Shoutouts
A big shoutout to:
- [Flowbite](https://flowbite.com/icons/) for their icons
## 🧩 Contributing
Any contribution is appreciated! See [CONTRIBUTING.md](https://github.com/larswaechter/markular/blob/master/CONTRIBUTING.md)
## 🔑 License
markular is released under [MIT](https://github.com/larswaechter/markular/blob/master/LICENSE) license.