Remove submodule

This commit is contained in:
cuom1999 2022-07-29 15:00:44 +07:00
parent f969dbb290
commit 89b74e8ef8
50 changed files with 32051 additions and 10 deletions

View file

@ -0,0 +1,2 @@
exports.Converter = require("./Markdown.Converter").Converter;
exports.getSanitizingConverter = require("./Markdown.Sanitizer").getSanitizingConverter;