edge case: empty note card
Closed this issue · 1 comments
yin1999 commented
case:
<div class="note"></div>
This will occur a error when parsing (Cannot read properties of undefined
). Should we ignore an empty notecard or raise a problem.
yin1999 commented
One more thing: maybe we should add a catch to help users find which document has occur an error (with slug
and error.message
)