mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-07 01:41:39 +00:00
add markdown lint api
This commit is contained in:
@@ -256,6 +256,10 @@ class EditorUtilities {
|
||||
listRepoTags = () => {
|
||||
return seafileAPI.listRepoTags(repoID);
|
||||
}
|
||||
|
||||
markdownLint(slateValue) {
|
||||
return seafileAPI.markdownLint(slateValue);
|
||||
}
|
||||
}
|
||||
|
||||
const editorUtilities = new EditorUtilities();
|
||||
|
Reference in New Issue
Block a user