Skip to content

Commit ad6ed01

Browse files
committed
docs: πŸ“ add readme
1 parent 68d4c5e commit ad6ed01

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'vue-markdown-next': patch
3+
---
4+
5+
add readme

β€Žpackages/markdown/README.mdβ€Ž

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Vue Markdown Next
2+
3+
Vue component to render markdown.
4+
5+
Pass your own Vue component to use instead of html element.
6+
7+
### [Documentation](https://cat1007.github.io/vue-markdown-next/)
8+
9+
Inspired by [react-markdown](https://www.npmjs.com/package/react-markdown).

β€Žpackages/markdown/package.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
},
2020
"files": [
21-
"lib"
21+
"lib",
22+
"README.md"
2223
],
2324
"author": "Cat1007",
2425
"license": "MIT",

0 commit comments

Comments
Β (0)