enh: import md notes

This commit is contained in:
Timothy Jaeryang Baek
2025-05-04 23:04:15 +04:00
parent 8514669053
commit a6a7ce6b68
3 changed files with 231 additions and 126 deletions

View File

@@ -165,6 +165,10 @@
// Usage example
content = await tryParse(value);
}
} else {
if (html && !content) {
content = html;
}
}
console.log('content', content);