2
0
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:
Nikolay Kostyurin
2018-09-24 00:33:27 +02:00
parent 505152bf4c
commit b49b7435da
5 changed files with 79 additions and 21 deletions
+1 -1
View File
@@ -239,5 +239,5 @@ const parse = (input, opts = {}) => {
return nodes;
};
export { createTagNode, parse };
export { parse };
export default parse;