I'm running the example code but both children nodes are returning as `type:paragraph` ?  this is my package,.json if it helps: ```json { "name": "remark-shortcodes-quick-test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "remark-parse": "^9.0.0", "remark-shortcodes": "^0.3.1", "unified": "^9.2.0" } } ```