Skip to content

Commit 255c557

Browse files
author
tangjinzhou
committed
init
1 parent 4055147 commit 255c557

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/markdown-compiler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var renderVueTemplate = function(html, wrapper) {
3737
decodeEntities: false,
3838
lowerCaseAttributeNames: false,
3939
lowerCaseTags: false,
40-
recognizeSelfClosing: true,
40+
xmlMode: true,
4141
});
4242

4343
var output = {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-antd-md-loader",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "markdown file to vue component loader.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)