Skip to content

Commit 262f6bf

Browse files
committed
release v1.0.1
Signed-off-by: rishichawda <[email protected]>
1 parent 0c22e6a commit 262f6bf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ A powerful TypeScript remark plugin that transforms markdown blockquotes into be
55
![npm](https://img.shields.io/npm/v/remark-notes-plugin)
66
![License](https://img.shields.io/npm/l/remark-notes-plugin)
77

8+
> [!note]
9+
> This was built for my AstroJS website but should work with any project.
10+
811
## ✨ Features
912

1013
- 🎨 **5 Beautiful Note Types** - Note, Tip, Important, Quote, and Bonus
@@ -88,7 +91,7 @@ The plugin supports five distinct types of notes, each with its own unique style
8891

8992
## 🎨 Styling
9093

91-
Include the provided `styles.css` in your project to get the default styling for the notes. The plugin uses a modular class structure that makes it easy to customize the appearance:
94+
Default styles are loaded automatically when you use the plugin. You can also modify the styles since the plugin uses a modular class structure that makes it easy to customize the appearance:
9295

9396
### Base Classes
9497

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remark-notes-plugin",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A remark plugin that transforms markdown quotes into styled note elements",
55
"license": "MIT",
66
"bugs": {

0 commit comments

Comments
 (0)