mirror of
https://github.com/bendtherules/react-to-markdown.git
synced 2026-08-18 22:03:20 +00:00
tagHandler - Handle H6 + tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user