mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
feat(parser): better handlinf of unclosed tags like '[My unclosed and [closed] tag'
This commit is contained in:
@@ -239,5 +239,5 @@ const parse = (input, opts = {}) => {
|
||||
return nodes;
|
||||
};
|
||||
|
||||
export { createTagNode, parse };
|
||||
export { parse };
|
||||
export default parse;
|
||||
|
||||
Reference in New Issue
Block a user