What's Changed
- Make table-syntax validation error location more precise by @yue-stripe in #605
- the
validate()method now returns more location/line info than before - Build output now includes ES2022 syntax. The esbuild version used to build markdoc was upgraded from 0.13 to 0.25, which raises the effective output target from ~ES2020 to ES2022+. If your build pipeline transpiles @markdoc/markdoc, you may need to ensure your toolchain supports ES2022 features such as static class blocks.
- the
Full Changelog: 0.5.6...0.5.7