Skip to content

Commit 23b23c7

Browse files
save file
1 parent c30af38 commit 23b23c7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

html-components/list/web-editor/web-editor.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,6 @@
7373
linkTarget : '_blank',
7474
});
7575
md.use(markdownItAttrs,{leftDelimiter:'{',rightDelimiter:'}',allowedAttributes:['id','class',/^data-.*$/]});
76-
md.use(window.markdownitContainer,'api-function',{
77-
render(tokens,idx){
78-
79-
var token = tokens[idx];
80-
if(token.nesting===1){
81-
return '<div class=api-function>\n';
82-
}else{
83-
return '</div>\n';
84-
}
85-
86-
}
87-
});
8876

8977

9078
dirtree = mod['dir-tree'];
@@ -124,14 +112,6 @@
124112
<link rel=stylesheet href='../css/component.css' crossorigin=anonymous>
125113

126114
<style>
127-
128-
.api-function
129-
{}
130-
.api-function h3
131-
{}
132-
.api-function h4
133-
{}
134-
135115
</style>
136116

137117
</head>

0 commit comments

Comments
 (0)