Is it possible to parse this HTML Element: ```HTML <span class="linkex" data-id="1234">My Link</span> ``` To a Custom inline content as: { type: "linkex", props: { ref: "1234", title: "My Link" } } ?