it('should support annotations placed within table cells', () => {
      const input = fs.readFileSync(path.join(__dirname, 'fixtures/table-cell-with-annotations.md'), 'utf8');

      const mdastTree = mdReader.fromLang(input);