eruda3 / src /lib /micromark.js
soiz1's picture
Migrated from GitHub
271613e verified
raw
history blame contribute delete
48 Bytes
export function micromark(str) {
return str
}