enh: import md notes
This commit is contained in:
@@ -165,6 +165,10 @@
|
||||
// Usage example
|
||||
content = await tryParse(value);
|
||||
}
|
||||
} else {
|
||||
if (html && !content) {
|
||||
content = html;
|
||||
}
|
||||
}
|
||||
|
||||
console.log('content', content);
|
||||
|
||||
Reference in New Issue
Block a user