Skip to content

Commit cc8c0af

Browse files
committed
update readme
1 parent 19cf7c6 commit cc8c0af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ npm install markdown-it-vue
5757
5858
<script>
5959
import MarkdownItVue from 'markdown-it-vue'
60+
import 'markdown-it-vue/dist/markdown-it-vue.css'
6061
export default {
6162
components: {
6263
MarkdownItVue

example/components/example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export default `
77
88
Note: Only \`h2\` and \`h3\` are shown in toc.
99
10-
1110
## alter
1211
1312
Markup is similar to fenced code blocks. Valid container types are \`success\`, \`info\`, \`warning\` and \`error\`.

0 commit comments

Comments
 (0)