tagHandler - Handle H6 + tests

This commit is contained in:
2019-12-21 23:13:28 +05:30
parent 297eeaafcd
commit fdd00f9262
2 changed files with 12 additions and 11 deletions
+3
View File
@@ -38,6 +38,9 @@ export default function handleTag(
case 'h5':
newParentASTNode = childASTNode = heading(5);
break;
case 'h6':
newParentASTNode = childASTNode = heading(6);
break;
// END - Handle all headings
// START - Handle strong and em