it('should support kitchen sink smd', () => {
      const input = fs.readFileSync(path.join(__dirname, 'fixtures/smd.md'), 'utf8');

      const mdastTree = mdReader.fromLang(input);