mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-12 17:26:17 +00:00
Fix some pointed by eslint
This commit is contained in:
@@ -179,11 +179,10 @@ const markdown = {
|
||||
const renderedContent = md.render(content)
|
||||
return renderedContent
|
||||
},
|
||||
<<<<<<< HEAD
|
||||
strip,
|
||||
normalizeLinkText
|
||||
=======
|
||||
>>>>>>> refactor: fix to use cut off file
|
||||
return md.render(content)
|
||||
}
|
||||
}
|
||||
|
||||
export default markdown
|
||||
|
||||
@@ -35,5 +35,5 @@ export function strip (input) {
|
||||
}
|
||||
|
||||
export default {
|
||||
strip,
|
||||
strip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user